52 #ifndef __STM32F429xx_H 53 #define __STM32F429xx_H 66 #define __CM4_REV 0x0001
67 #define __MPU_PRESENT 1
68 #define __NVIC_PRIO_BITS 4
69 #define __Vendor_SysTickConfig 0
70 #define __FPU_PRESENT 1
192 #include "core_cm4.h" 234 } ADC_Common_TypeDef;
247 } CAN_TxMailBox_TypeDef;
259 } CAN_FIFOMailBox_TypeDef;
269 } CAN_FilterRegister_TypeDef;
379 } DMA_Stream_TypeDef;
539 } FMC_Bank1E_TypeDef;
561 } FMC_Bank2_3_TypeDef;
587 } FMC_Bank5_6_TypeDef;
696 } LTDC_Layer_TypeDef;
955 USB_OTG_GlobalTypeDef;
984 USB_OTG_DeviceTypeDef;
1001 USB_OTG_INEndpointTypeDef;
1017 USB_OTG_OUTEndpointTypeDef;
1033 USB_OTG_HostTypeDef;
1048 USB_OTG_HostChannelTypeDef;
1056 #define FLASH_BASE ((uint32_t)0x08000000
) 1057 #define CCMDATARAM_BASE ((uint32_t)0x10000000
) 1058 #define SRAM1_BASE ((uint32_t)0x20000000
) 1059 #define SRAM2_BASE ((uint32_t)0x2001C000
) 1060 #define SRAM3_BASE ((uint32_t)0x20020000
) 1061 #define PERIPH_BASE ((uint32_t)0x40000000
) 1062 #define BKPSRAM_BASE ((uint32_t)0x40024000
) 1063 #define FMC_R_BASE ((uint32_t)0xA0000000
) 1064 #define CCMDATARAM_BB_BASE ((uint32_t)0x12000000
) 1065 #define SRAM1_BB_BASE ((uint32_t)0x22000000
) 1066 #define SRAM2_BB_BASE ((uint32_t)0x2201C000
) 1067 #define SRAM3_BB_BASE ((uint32_t)0x22020000
) 1068 #define PERIPH_BB_BASE ((uint32_t)0x42000000
) 1069 #define BKPSRAM_BB_BASE ((uint32_t)0x42024000
) 1191 #define DBGMCU_BASE ((uint32_t )0xE0042000
) 1194 #define USB_OTG_HS_PERIPH_BASE ((uint32_t )0x40040000
) 1195 #define USB_OTG_FS_PERIPH_BASE ((uint32_t )0x50000000
) 1197 #define USB_OTG_GLOBAL_BASE ((uint32_t )0x000
) 1198 #define USB_OTG_DEVICE_BASE ((uint32_t )0x800
) 1199 #define USB_OTG_IN_ENDPOINT_BASE ((uint32_t )0x900
) 1200 #define USB_OTG_OUT_ENDPOINT_BASE ((uint32_t )0xB00
) 1201 #define USB_OTG_EP_REG_SIZE ((uint32_t )0x20
) 1202 #define USB_OTG_HOST_BASE ((uint32_t )0x400
) 1203 #define USB_OTG_HOST_PORT_BASE ((uint32_t )0x440
) 1204 #define USB_OTG_HOST_CHANNEL_BASE ((uint32_t )0x500
) 1205 #define USB_OTG_HOST_CHANNEL_SIZE ((uint32_t )0x20
) 1206 #define USB_OTG_PCGCCTL_BASE ((uint32_t )0xE00
) 1207 #define USB_OTG_FIFO_BASE ((uint32_t )0x1000
) 1208 #define USB_OTG_FIFO_SIZE ((uint32_t )0x1000
) 1340 #define ADC_SR_AWD ((uint32_t)0x00000001
) 1341 #define ADC_SR_EOC ((uint32_t)0x00000002
) 1342 #define ADC_SR_JEOC ((uint32_t)0x00000004
) 1343 #define ADC_SR_JSTRT ((uint32_t)0x00000008
) 1344 #define ADC_SR_STRT ((uint32_t)0x00000010
) 1345 #define ADC_SR_OVR ((uint32_t)0x00000020
) 1348 #define ADC_CR1_AWDCH ((uint32_t)0x0000001F
) 1349 #define ADC_CR1_AWDCH_0 ((uint32_t)0x00000001
) 1350 #define ADC_CR1_AWDCH_1 ((uint32_t)0x00000002
) 1351 #define ADC_CR1_AWDCH_2 ((uint32_t)0x00000004
) 1352 #define ADC_CR1_AWDCH_3 ((uint32_t)0x00000008
) 1353 #define ADC_CR1_AWDCH_4 ((uint32_t)0x00000010
) 1354 #define ADC_CR1_EOCIE ((uint32_t)0x00000020
) 1355 #define ADC_CR1_AWDIE ((uint32_t)0x00000040
) 1356 #define ADC_CR1_JEOCIE ((uint32_t)0x00000080
) 1357 #define ADC_CR1_SCAN ((uint32_t)0x00000100
) 1358 #define ADC_CR1_AWDSGL ((uint32_t)0x00000200
) 1359 #define ADC_CR1_JAUTO ((uint32_t)0x00000400
) 1360 #define ADC_CR1_DISCEN ((uint32_t)0x00000800
) 1361 #define ADC_CR1_JDISCEN ((uint32_t)0x00001000
) 1362 #define ADC_CR1_DISCNUM ((uint32_t)0x0000E000
) 1363 #define ADC_CR1_DISCNUM_0 ((uint32_t)0x00002000
) 1364 #define ADC_CR1_DISCNUM_1 ((uint32_t)0x00004000
) 1365 #define ADC_CR1_DISCNUM_2 ((uint32_t)0x00008000
) 1366 #define ADC_CR1_JAWDEN ((uint32_t)0x00400000
) 1367 #define ADC_CR1_AWDEN ((uint32_t)0x00800000
) 1368 #define ADC_CR1_RES ((uint32_t)0x03000000
) 1369 #define ADC_CR1_RES_0 ((uint32_t)0x01000000
) 1370 #define ADC_CR1_RES_1 ((uint32_t)0x02000000
) 1371 #define ADC_CR1_OVRIE ((uint32_t)0x04000000
) 1374 #define ADC_CR2_ADON ((uint32_t)0x00000001
) 1375 #define ADC_CR2_CONT ((uint32_t)0x00000002
) 1376 #define ADC_CR2_DMA ((uint32_t)0x00000100
) 1377 #define ADC_CR2_DDS ((uint32_t)0x00000200
) 1378 #define ADC_CR2_EOCS ((uint32_t)0x00000400
) 1379 #define ADC_CR2_ALIGN ((uint32_t)0x00000800
) 1380 #define ADC_CR2_JEXTSEL ((uint32_t)0x000F0000
) 1381 #define ADC_CR2_JEXTSEL_0 ((uint32_t)0x00010000
) 1382 #define ADC_CR2_JEXTSEL_1 ((uint32_t)0x00020000
) 1383 #define ADC_CR2_JEXTSEL_2 ((uint32_t)0x00040000
) 1384 #define ADC_CR2_JEXTSEL_3 ((uint32_t)0x00080000
) 1385 #define ADC_CR2_JEXTEN ((uint32_t)0x00300000
) 1386 #define ADC_CR2_JEXTEN_0 ((uint32_t)0x00100000
) 1387 #define ADC_CR2_JEXTEN_1 ((uint32_t)0x00200000
) 1388 #define ADC_CR2_JSWSTART ((uint32_t)0x00400000
) 1389 #define ADC_CR2_EXTSEL ((uint32_t)0x0F000000
) 1390 #define ADC_CR2_EXTSEL_0 ((uint32_t)0x01000000
) 1391 #define ADC_CR2_EXTSEL_1 ((uint32_t)0x02000000
) 1392 #define ADC_CR2_EXTSEL_2 ((uint32_t)0x04000000
) 1393 #define ADC_CR2_EXTSEL_3 ((uint32_t)0x08000000
) 1394 #define ADC_CR2_EXTEN ((uint32_t)0x30000000
) 1395 #define ADC_CR2_EXTEN_0 ((uint32_t)0x10000000
) 1396 #define ADC_CR2_EXTEN_1 ((uint32_t)0x20000000
) 1397 #define ADC_CR2_SWSTART ((uint32_t)0x40000000
) 1400 #define ADC_SMPR1_SMP10 ((uint32_t)0x00000007
) 1401 #define ADC_SMPR1_SMP10_0 ((uint32_t)0x00000001
) 1402 #define ADC_SMPR1_SMP10_1 ((uint32_t)0x00000002
) 1403 #define ADC_SMPR1_SMP10_2 ((uint32_t)0x00000004
) 1404 #define ADC_SMPR1_SMP11 ((uint32_t)0x00000038
) 1405 #define ADC_SMPR1_SMP11_0 ((uint32_t)0x00000008
) 1406 #define ADC_SMPR1_SMP11_1 ((uint32_t)0x00000010
) 1407 #define ADC_SMPR1_SMP11_2 ((uint32_t)0x00000020
) 1408 #define ADC_SMPR1_SMP12 ((uint32_t)0x000001C0
) 1409 #define ADC_SMPR1_SMP12_0 ((uint32_t)0x00000040
) 1410 #define ADC_SMPR1_SMP12_1 ((uint32_t)0x00000080
) 1411 #define ADC_SMPR1_SMP12_2 ((uint32_t)0x00000100
) 1412 #define ADC_SMPR1_SMP13 ((uint32_t)0x00000E00
) 1413 #define ADC_SMPR1_SMP13_0 ((uint32_t)0x00000200
) 1414 #define ADC_SMPR1_SMP13_1 ((uint32_t)0x00000400
) 1415 #define ADC_SMPR1_SMP13_2 ((uint32_t)0x00000800
) 1416 #define ADC_SMPR1_SMP14 ((uint32_t)0x00007000
) 1417 #define ADC_SMPR1_SMP14_0 ((uint32_t)0x00001000
) 1418 #define ADC_SMPR1_SMP14_1 ((uint32_t)0x00002000
) 1419 #define ADC_SMPR1_SMP14_2 ((uint32_t)0x00004000
) 1420 #define ADC_SMPR1_SMP15 ((uint32_t)0x00038000
) 1421 #define ADC_SMPR1_SMP15_0 ((uint32_t)0x00008000
) 1422 #define ADC_SMPR1_SMP15_1 ((uint32_t)0x00010000
) 1423 #define ADC_SMPR1_SMP15_2 ((uint32_t)0x00020000
) 1424 #define ADC_SMPR1_SMP16 ((uint32_t)0x001C0000
) 1425 #define ADC_SMPR1_SMP16_0 ((uint32_t)0x00040000
) 1426 #define ADC_SMPR1_SMP16_1 ((uint32_t)0x00080000
) 1427 #define ADC_SMPR1_SMP16_2 ((uint32_t)0x00100000
) 1428 #define ADC_SMPR1_SMP17 ((uint32_t)0x00E00000
) 1429 #define ADC_SMPR1_SMP17_0 ((uint32_t)0x00200000
) 1430 #define ADC_SMPR1_SMP17_1 ((uint32_t)0x00400000
) 1431 #define ADC_SMPR1_SMP17_2 ((uint32_t)0x00800000
) 1432 #define ADC_SMPR1_SMP18 ((uint32_t)0x07000000
) 1433 #define ADC_SMPR1_SMP18_0 ((uint32_t)0x01000000
) 1434 #define ADC_SMPR1_SMP18_1 ((uint32_t)0x02000000
) 1435 #define ADC_SMPR1_SMP18_2 ((uint32_t)0x04000000
) 1438 #define ADC_SMPR2_SMP0 ((uint32_t)0x00000007
) 1439 #define ADC_SMPR2_SMP0_0 ((uint32_t)0x00000001
) 1440 #define ADC_SMPR2_SMP0_1 ((uint32_t)0x00000002
) 1441 #define ADC_SMPR2_SMP0_2 ((uint32_t)0x00000004
) 1442 #define ADC_SMPR2_SMP1 ((uint32_t)0x00000038
) 1443 #define ADC_SMPR2_SMP1_0 ((uint32_t)0x00000008
) 1444 #define ADC_SMPR2_SMP1_1 ((uint32_t)0x00000010
) 1445 #define ADC_SMPR2_SMP1_2 ((uint32_t)0x00000020
) 1446 #define ADC_SMPR2_SMP2 ((uint32_t)0x000001C0
) 1447 #define ADC_SMPR2_SMP2_0 ((uint32_t)0x00000040
) 1448 #define ADC_SMPR2_SMP2_1 ((uint32_t)0x00000080
) 1449 #define ADC_SMPR2_SMP2_2 ((uint32_t)0x00000100
) 1450 #define ADC_SMPR2_SMP3 ((uint32_t)0x00000E00
) 1451 #define ADC_SMPR2_SMP3_0 ((uint32_t)0x00000200
) 1452 #define ADC_SMPR2_SMP3_1 ((uint32_t)0x00000400
) 1453 #define ADC_SMPR2_SMP3_2 ((uint32_t)0x00000800
) 1454 #define ADC_SMPR2_SMP4 ((uint32_t)0x00007000
) 1455 #define ADC_SMPR2_SMP4_0 ((uint32_t)0x00001000
) 1456 #define ADC_SMPR2_SMP4_1 ((uint32_t)0x00002000
) 1457 #define ADC_SMPR2_SMP4_2 ((uint32_t)0x00004000
) 1458 #define ADC_SMPR2_SMP5 ((uint32_t)0x00038000
) 1459 #define ADC_SMPR2_SMP5_0 ((uint32_t)0x00008000
) 1460 #define ADC_SMPR2_SMP5_1 ((uint32_t)0x00010000
) 1461 #define ADC_SMPR2_SMP5_2 ((uint32_t)0x00020000
) 1462 #define ADC_SMPR2_SMP6 ((uint32_t)0x001C0000
) 1463 #define ADC_SMPR2_SMP6_0 ((uint32_t)0x00040000
) 1464 #define ADC_SMPR2_SMP6_1 ((uint32_t)0x00080000
) 1465 #define ADC_SMPR2_SMP6_2 ((uint32_t)0x00100000
) 1466 #define ADC_SMPR2_SMP7 ((uint32_t)0x00E00000
) 1467 #define ADC_SMPR2_SMP7_0 ((uint32_t)0x00200000
) 1468 #define ADC_SMPR2_SMP7_1 ((uint32_t)0x00400000
) 1469 #define ADC_SMPR2_SMP7_2 ((uint32_t)0x00800000
) 1470 #define ADC_SMPR2_SMP8 ((uint32_t)0x07000000
) 1471 #define ADC_SMPR2_SMP8_0 ((uint32_t)0x01000000
) 1472 #define ADC_SMPR2_SMP8_1 ((uint32_t)0x02000000
) 1473 #define ADC_SMPR2_SMP8_2 ((uint32_t)0x04000000
) 1474 #define ADC_SMPR2_SMP9 ((uint32_t)0x38000000
) 1475 #define ADC_SMPR2_SMP9_0 ((uint32_t)0x08000000
) 1476 #define ADC_SMPR2_SMP9_1 ((uint32_t)0x10000000
) 1477 #define ADC_SMPR2_SMP9_2 ((uint32_t)0x20000000
) 1480 #define ADC_JOFR1_JOFFSET1 ((uint32_t)0x0FFF
) 1483 #define ADC_JOFR2_JOFFSET2 ((uint32_t)0x0FFF
) 1486 #define ADC_JOFR3_JOFFSET3 ((uint32_t)0x0FFF
) 1489 #define ADC_JOFR4_JOFFSET4 ((uint32_t)0x0FFF
) 1492 #define ADC_HTR_HT ((uint32_t)0x0FFF
) 1495 #define ADC_LTR_LT ((uint32_t)0x0FFF
) 1498 #define ADC_SQR1_SQ13 ((uint32_t)0x0000001F
) 1499 #define ADC_SQR1_SQ13_0 ((uint32_t)0x00000001
) 1500 #define ADC_SQR1_SQ13_1 ((uint32_t)0x00000002
) 1501 #define ADC_SQR1_SQ13_2 ((uint32_t)0x00000004
) 1502 #define ADC_SQR1_SQ13_3 ((uint32_t)0x00000008
) 1503 #define ADC_SQR1_SQ13_4 ((uint32_t)0x00000010
) 1504 #define ADC_SQR1_SQ14 ((uint32_t)0x000003E0
) 1505 #define ADC_SQR1_SQ14_0 ((uint32_t)0x00000020
) 1506 #define ADC_SQR1_SQ14_1 ((uint32_t)0x00000040
) 1507 #define ADC_SQR1_SQ14_2 ((uint32_t)0x00000080
) 1508 #define ADC_SQR1_SQ14_3 ((uint32_t)0x00000100
) 1509 #define ADC_SQR1_SQ14_4 ((uint32_t)0x00000200
) 1510 #define ADC_SQR1_SQ15 ((uint32_t)0x00007C00
) 1511 #define ADC_SQR1_SQ15_0 ((uint32_t)0x00000400
) 1512 #define ADC_SQR1_SQ15_1 ((uint32_t)0x00000800
) 1513 #define ADC_SQR1_SQ15_2 ((uint32_t)0x00001000
) 1514 #define ADC_SQR1_SQ15_3 ((uint32_t)0x00002000
) 1515 #define ADC_SQR1_SQ15_4 ((uint32_t)0x00004000
) 1516 #define ADC_SQR1_SQ16 ((uint32_t)0x000F8000
) 1517 #define ADC_SQR1_SQ16_0 ((uint32_t)0x00008000
) 1518 #define ADC_SQR1_SQ16_1 ((uint32_t)0x00010000
) 1519 #define ADC_SQR1_SQ16_2 ((uint32_t)0x00020000
) 1520 #define ADC_SQR1_SQ16_3 ((uint32_t)0x00040000
) 1521 #define ADC_SQR1_SQ16_4 ((uint32_t)0x00080000
) 1522 #define ADC_SQR1_L ((uint32_t)0x00F00000
) 1523 #define ADC_SQR1_L_0 ((uint32_t)0x00100000
) 1524 #define ADC_SQR1_L_1 ((uint32_t)0x00200000
) 1525 #define ADC_SQR1_L_2 ((uint32_t)0x00400000
) 1526 #define ADC_SQR1_L_3 ((uint32_t)0x00800000
) 1529 #define ADC_SQR2_SQ7 ((uint32_t)0x0000001F
) 1530 #define ADC_SQR2_SQ7_0 ((uint32_t)0x00000001
) 1531 #define ADC_SQR2_SQ7_1 ((uint32_t)0x00000002
) 1532 #define ADC_SQR2_SQ7_2 ((uint32_t)0x00000004
) 1533 #define ADC_SQR2_SQ7_3 ((uint32_t)0x00000008
) 1534 #define ADC_SQR2_SQ7_4 ((uint32_t)0x00000010
) 1535 #define ADC_SQR2_SQ8 ((uint32_t)0x000003E0
) 1536 #define ADC_SQR2_SQ8_0 ((uint32_t)0x00000020
) 1537 #define ADC_SQR2_SQ8_1 ((uint32_t)0x00000040
) 1538 #define ADC_SQR2_SQ8_2 ((uint32_t)0x00000080
) 1539 #define ADC_SQR2_SQ8_3 ((uint32_t)0x00000100
) 1540 #define ADC_SQR2_SQ8_4 ((uint32_t)0x00000200
) 1541 #define ADC_SQR2_SQ9 ((uint32_t)0x00007C00
) 1542 #define ADC_SQR2_SQ9_0 ((uint32_t)0x00000400
) 1543 #define ADC_SQR2_SQ9_1 ((uint32_t)0x00000800
) 1544 #define ADC_SQR2_SQ9_2 ((uint32_t)0x00001000
) 1545 #define ADC_SQR2_SQ9_3 ((uint32_t)0x00002000
) 1546 #define ADC_SQR2_SQ9_4 ((uint32_t)0x00004000
) 1547 #define ADC_SQR2_SQ10 ((uint32_t)0x000F8000
) 1548 #define ADC_SQR2_SQ10_0 ((uint32_t)0x00008000
) 1549 #define ADC_SQR2_SQ10_1 ((uint32_t)0x00010000
) 1550 #define ADC_SQR2_SQ10_2 ((uint32_t)0x00020000
) 1551 #define ADC_SQR2_SQ10_3 ((uint32_t)0x00040000
) 1552 #define ADC_SQR2_SQ10_4 ((uint32_t)0x00080000
) 1553 #define ADC_SQR2_SQ11 ((uint32_t)0x01F00000
) 1554 #define ADC_SQR2_SQ11_0 ((uint32_t)0x00100000
) 1555 #define ADC_SQR2_SQ11_1 ((uint32_t)0x00200000
) 1556 #define ADC_SQR2_SQ11_2 ((uint32_t)0x00400000
) 1557 #define ADC_SQR2_SQ11_3 ((uint32_t)0x00800000
) 1558 #define ADC_SQR2_SQ11_4 ((uint32_t)0x01000000
) 1559 #define ADC_SQR2_SQ12 ((uint32_t)0x3E000000
) 1560 #define ADC_SQR2_SQ12_0 ((uint32_t)0x02000000
) 1561 #define ADC_SQR2_SQ12_1 ((uint32_t)0x04000000
) 1562 #define ADC_SQR2_SQ12_2 ((uint32_t)0x08000000
) 1563 #define ADC_SQR2_SQ12_3 ((uint32_t)0x10000000
) 1564 #define ADC_SQR2_SQ12_4 ((uint32_t)0x20000000
) 1567 #define ADC_SQR3_SQ1 ((uint32_t)0x0000001F
) 1568 #define ADC_SQR3_SQ1_0 ((uint32_t)0x00000001
) 1569 #define ADC_SQR3_SQ1_1 ((uint32_t)0x00000002
) 1570 #define ADC_SQR3_SQ1_2 ((uint32_t)0x00000004
) 1571 #define ADC_SQR3_SQ1_3 ((uint32_t)0x00000008
) 1572 #define ADC_SQR3_SQ1_4 ((uint32_t)0x00000010
) 1573 #define ADC_SQR3_SQ2 ((uint32_t)0x000003E0
) 1574 #define ADC_SQR3_SQ2_0 ((uint32_t)0x00000020
) 1575 #define ADC_SQR3_SQ2_1 ((uint32_t)0x00000040
) 1576 #define ADC_SQR3_SQ2_2 ((uint32_t)0x00000080
) 1577 #define ADC_SQR3_SQ2_3 ((uint32_t)0x00000100
) 1578 #define ADC_SQR3_SQ2_4 ((uint32_t)0x00000200
) 1579 #define ADC_SQR3_SQ3 ((uint32_t)0x00007C00
) 1580 #define ADC_SQR3_SQ3_0 ((uint32_t)0x00000400
) 1581 #define ADC_SQR3_SQ3_1 ((uint32_t)0x00000800
) 1582 #define ADC_SQR3_SQ3_2 ((uint32_t)0x00001000
) 1583 #define ADC_SQR3_SQ3_3 ((uint32_t)0x00002000
) 1584 #define ADC_SQR3_SQ3_4 ((uint32_t)0x00004000
) 1585 #define ADC_SQR3_SQ4 ((uint32_t)0x000F8000
) 1586 #define ADC_SQR3_SQ4_0 ((uint32_t)0x00008000
) 1587 #define ADC_SQR3_SQ4_1 ((uint32_t)0x00010000
) 1588 #define ADC_SQR3_SQ4_2 ((uint32_t)0x00020000
) 1589 #define ADC_SQR3_SQ4_3 ((uint32_t)0x00040000
) 1590 #define ADC_SQR3_SQ4_4 ((uint32_t)0x00080000
) 1591 #define ADC_SQR3_SQ5 ((uint32_t)0x01F00000
) 1592 #define ADC_SQR3_SQ5_0 ((uint32_t)0x00100000
) 1593 #define ADC_SQR3_SQ5_1 ((uint32_t)0x00200000
) 1594 #define ADC_SQR3_SQ5_2 ((uint32_t)0x00400000
) 1595 #define ADC_SQR3_SQ5_3 ((uint32_t)0x00800000
) 1596 #define ADC_SQR3_SQ5_4 ((uint32_t)0x01000000
) 1597 #define ADC_SQR3_SQ6 ((uint32_t)0x3E000000
) 1598 #define ADC_SQR3_SQ6_0 ((uint32_t)0x02000000
) 1599 #define ADC_SQR3_SQ6_1 ((uint32_t)0x04000000
) 1600 #define ADC_SQR3_SQ6_2 ((uint32_t)0x08000000
) 1601 #define ADC_SQR3_SQ6_3 ((uint32_t)0x10000000
) 1602 #define ADC_SQR3_SQ6_4 ((uint32_t)0x20000000
) 1605 #define ADC_JSQR_JSQ1 ((uint32_t)0x0000001F
) 1606 #define ADC_JSQR_JSQ1_0 ((uint32_t)0x00000001
) 1607 #define ADC_JSQR_JSQ1_1 ((uint32_t)0x00000002
) 1608 #define ADC_JSQR_JSQ1_2 ((uint32_t)0x00000004
) 1609 #define ADC_JSQR_JSQ1_3 ((uint32_t)0x00000008
) 1610 #define ADC_JSQR_JSQ1_4 ((uint32_t)0x00000010
) 1611 #define ADC_JSQR_JSQ2 ((uint32_t)0x000003E0
) 1612 #define ADC_JSQR_JSQ2_0 ((uint32_t)0x00000020
) 1613 #define ADC_JSQR_JSQ2_1 ((uint32_t)0x00000040
) 1614 #define ADC_JSQR_JSQ2_2 ((uint32_t)0x00000080
) 1615 #define ADC_JSQR_JSQ2_3 ((uint32_t)0x00000100
) 1616 #define ADC_JSQR_JSQ2_4 ((uint32_t)0x00000200
) 1617 #define ADC_JSQR_JSQ3 ((uint32_t)0x00007C00
) 1618 #define ADC_JSQR_JSQ3_0 ((uint32_t)0x00000400
) 1619 #define ADC_JSQR_JSQ3_1 ((uint32_t)0x00000800
) 1620 #define ADC_JSQR_JSQ3_2 ((uint32_t)0x00001000
) 1621 #define ADC_JSQR_JSQ3_3 ((uint32_t)0x00002000
) 1622 #define ADC_JSQR_JSQ3_4 ((uint32_t)0x00004000
) 1623 #define ADC_JSQR_JSQ4 ((uint32_t)0x000F8000
) 1624 #define ADC_JSQR_JSQ4_0 ((uint32_t)0x00008000
) 1625 #define ADC_JSQR_JSQ4_1 ((uint32_t)0x00010000
) 1626 #define ADC_JSQR_JSQ4_2 ((uint32_t)0x00020000
) 1627 #define ADC_JSQR_JSQ4_3 ((uint32_t)0x00040000
) 1628 #define ADC_JSQR_JSQ4_4 ((uint32_t)0x00080000
) 1629 #define ADC_JSQR_JL ((uint32_t)0x00300000
) 1630 #define ADC_JSQR_JL_0 ((uint32_t)0x00100000
) 1631 #define ADC_JSQR_JL_1 ((uint32_t)0x00200000
) 1634 #define ADC_JDR1_JDATA ((uint32_t)0xFFFF
) 1637 #define ADC_JDR2_JDATA ((uint32_t)0xFFFF
) 1640 #define ADC_JDR3_JDATA ((uint32_t)0xFFFF
) 1643 #define ADC_JDR4_JDATA ((uint32_t)0xFFFF
) 1646 #define ADC_DR_DATA ((uint32_t)0x0000FFFF
) 1647 #define ADC_DR_ADC2DATA ((uint32_t)0xFFFF0000
) 1650 #define ADC_CSR_AWD1 ((uint32_t)0x00000001
) 1651 #define ADC_CSR_EOC1 ((uint32_t)0x00000002
) 1652 #define ADC_CSR_JEOC1 ((uint32_t)0x00000004
) 1653 #define ADC_CSR_JSTRT1 ((uint32_t)0x00000008
) 1654 #define ADC_CSR_STRT1 ((uint32_t)0x00000010
) 1655 #define ADC_CSR_DOVR1 ((uint32_t)0x00000020
) 1656 #define ADC_CSR_AWD2 ((uint32_t)0x00000100
) 1657 #define ADC_CSR_EOC2 ((uint32_t)0x00000200
) 1658 #define ADC_CSR_JEOC2 ((uint32_t)0x00000400
) 1659 #define ADC_CSR_JSTRT2 ((uint32_t)0x00000800
) 1660 #define ADC_CSR_STRT2 ((uint32_t)0x00001000
) 1661 #define ADC_CSR_DOVR2 ((uint32_t)0x00002000
) 1662 #define ADC_CSR_AWD3 ((uint32_t)0x00010000
) 1663 #define ADC_CSR_EOC3 ((uint32_t)0x00020000
) 1664 #define ADC_CSR_JEOC3 ((uint32_t)0x00040000
) 1665 #define ADC_CSR_JSTRT3 ((uint32_t)0x00080000
) 1666 #define ADC_CSR_STRT3 ((uint32_t)0x00100000
) 1667 #define ADC_CSR_DOVR3 ((uint32_t)0x00200000
) 1670 #define ADC_CCR_MULTI ((uint32_t)0x0000001F
) 1671 #define ADC_CCR_MULTI_0 ((uint32_t)0x00000001
) 1672 #define ADC_CCR_MULTI_1 ((uint32_t)0x00000002
) 1673 #define ADC_CCR_MULTI_2 ((uint32_t)0x00000004
) 1674 #define ADC_CCR_MULTI_3 ((uint32_t)0x00000008
) 1675 #define ADC_CCR_MULTI_4 ((uint32_t)0x00000010
) 1676 #define ADC_CCR_DELAY ((uint32_t)0x00000F00
) 1677 #define ADC_CCR_DELAY_0 ((uint32_t)0x00000100
) 1678 #define ADC_CCR_DELAY_1 ((uint32_t)0x00000200
) 1679 #define ADC_CCR_DELAY_2 ((uint32_t)0x00000400
) 1680 #define ADC_CCR_DELAY_3 ((uint32_t)0x00000800
) 1681 #define ADC_CCR_DDS ((uint32_t)0x00002000
) 1682 #define ADC_CCR_DMA ((uint32_t)0x0000C000
) 1683 #define ADC_CCR_DMA_0 ((uint32_t)0x00004000
) 1684 #define ADC_CCR_DMA_1 ((uint32_t)0x00008000
) 1685 #define ADC_CCR_ADCPRE ((uint32_t)0x00030000
) 1686 #define ADC_CCR_ADCPRE_0 ((uint32_t)0x00010000
) 1687 #define ADC_CCR_ADCPRE_1 ((uint32_t)0x00020000
) 1688 #define ADC_CCR_VBATE ((uint32_t)0x00400000
) 1689 #define ADC_CCR_TSVREFE ((uint32_t)0x00800000
) 1692 #define ADC_CDR_DATA1 ((uint32_t)0x0000FFFF
) 1693 #define ADC_CDR_DATA2 ((uint32_t)0xFFFF0000
) 1702 #define CAN_MCR_INRQ ((uint32_t)0x00000001
) 1703 #define CAN_MCR_SLEEP ((uint32_t)0x00000002
) 1704 #define CAN_MCR_TXFP ((uint32_t)0x00000004
) 1705 #define CAN_MCR_RFLM ((uint32_t)0x00000008
) 1706 #define CAN_MCR_NART ((uint32_t)0x00000010
) 1707 #define CAN_MCR_AWUM ((uint32_t)0x00000020
) 1708 #define CAN_MCR_ABOM ((uint32_t)0x00000040
) 1709 #define CAN_MCR_TTCM ((uint32_t)0x00000080
) 1710 #define CAN_MCR_RESET ((uint32_t)0x00008000
) 1711 #define CAN_MCR_DBF ((uint32_t)0x00010000
) 1713 #define CAN_MSR_INAK ((uint32_t)0x0001
) 1714 #define CAN_MSR_SLAK ((uint32_t)0x0002
) 1715 #define CAN_MSR_ERRI ((uint32_t)0x0004
) 1716 #define CAN_MSR_WKUI ((uint32_t)0x0008
) 1717 #define CAN_MSR_SLAKI ((uint32_t)0x0010
) 1718 #define CAN_MSR_TXM ((uint32_t)0x0100
) 1719 #define CAN_MSR_RXM ((uint32_t)0x0200
) 1720 #define CAN_MSR_SAMP ((uint32_t)0x0400
) 1721 #define CAN_MSR_RX ((uint32_t)0x0800
) 1724 #define CAN_TSR_RQCP0 ((uint32_t)0x00000001
) 1725 #define CAN_TSR_TXOK0 ((uint32_t)0x00000002
) 1726 #define CAN_TSR_ALST0 ((uint32_t)0x00000004
) 1727 #define CAN_TSR_TERR0 ((uint32_t)0x00000008
) 1728 #define CAN_TSR_ABRQ0 ((uint32_t)0x00000080
) 1729 #define CAN_TSR_RQCP1 ((uint32_t)0x00000100
) 1730 #define CAN_TSR_TXOK1 ((uint32_t)0x00000200
) 1731 #define CAN_TSR_ALST1 ((uint32_t)0x00000400
) 1732 #define CAN_TSR_TERR1 ((uint32_t)0x00000800
) 1733 #define CAN_TSR_ABRQ1 ((uint32_t)0x00008000
) 1734 #define CAN_TSR_RQCP2 ((uint32_t)0x00010000
) 1735 #define CAN_TSR_TXOK2 ((uint32_t)0x00020000
) 1736 #define CAN_TSR_ALST2 ((uint32_t)0x00040000
) 1737 #define CAN_TSR_TERR2 ((uint32_t)0x00080000
) 1738 #define CAN_TSR_ABRQ2 ((uint32_t)0x00800000
) 1739 #define CAN_TSR_CODE ((uint32_t)0x03000000
) 1741 #define CAN_TSR_TME ((uint32_t)0x1C000000
) 1742 #define CAN_TSR_TME0 ((uint32_t)0x04000000
) 1743 #define CAN_TSR_TME1 ((uint32_t)0x08000000
) 1744 #define CAN_TSR_TME2 ((uint32_t)0x10000000
) 1746 #define CAN_TSR_LOW ((uint32_t)0xE0000000
) 1747 #define CAN_TSR_LOW0 ((uint32_t)0x20000000
) 1748 #define CAN_TSR_LOW1 ((uint32_t)0x40000000
) 1749 #define CAN_TSR_LOW2 ((uint32_t)0x80000000
) 1752 #define CAN_RF0R_FMP0 ((uint32_t)0x03
) 1753 #define CAN_RF0R_FULL0 ((uint32_t)0x08
) 1754 #define CAN_RF0R_FOVR0 ((uint32_t)0x10
) 1755 #define CAN_RF0R_RFOM0 ((uint32_t)0x20
) 1758 #define CAN_RF1R_FMP1 ((uint32_t)0x03
) 1759 #define CAN_RF1R_FULL1 ((uint32_t)0x08
) 1760 #define CAN_RF1R_FOVR1 ((uint32_t)0x10
) 1761 #define CAN_RF1R_RFOM1 ((uint32_t)0x20
) 1764 #define CAN_IER_TMEIE ((uint32_t)0x00000001
) 1765 #define CAN_IER_FMPIE0 ((uint32_t)0x00000002
) 1766 #define CAN_IER_FFIE0 ((uint32_t)0x00000004
) 1767 #define CAN_IER_FOVIE0 ((uint32_t)0x00000008
) 1768 #define CAN_IER_FMPIE1 ((uint32_t)0x00000010
) 1769 #define CAN_IER_FFIE1 ((uint32_t)0x00000020
) 1770 #define CAN_IER_FOVIE1 ((uint32_t)0x00000040
) 1771 #define CAN_IER_EWGIE ((uint32_t)0x00000100
) 1772 #define CAN_IER_EPVIE ((uint32_t)0x00000200
) 1773 #define CAN_IER_BOFIE ((uint32_t)0x00000400
) 1774 #define CAN_IER_LECIE ((uint32_t)0x00000800
) 1775 #define CAN_IER_ERRIE ((uint32_t)0x00008000
) 1776 #define CAN_IER_WKUIE ((uint32_t)0x00010000
) 1777 #define CAN_IER_SLKIE ((uint32_t)0x00020000
) 1778 #define CAN_IER_EWGIE ((uint32_t)0x00000100
) 1779 #define CAN_IER_EPVIE ((uint32_t)0x00000200
) 1780 #define CAN_IER_BOFIE ((uint32_t)0x00000400
) 1781 #define CAN_IER_LECIE ((uint32_t)0x00000800
) 1782 #define CAN_IER_ERRIE ((uint32_t)0x00008000
) 1786 #define CAN_ESR_EWGF ((uint32_t)0x00000001
) 1787 #define CAN_ESR_EPVF ((uint32_t)0x00000002
) 1788 #define CAN_ESR_BOFF ((uint32_t)0x00000004
) 1790 #define CAN_ESR_LEC ((uint32_t)0x00000070
) 1791 #define CAN_ESR_LEC_0 ((uint32_t)0x00000010
) 1792 #define CAN_ESR_LEC_1 ((uint32_t)0x00000020
) 1793 #define CAN_ESR_LEC_2 ((uint32_t)0x00000040
) 1795 #define CAN_ESR_TEC ((uint32_t)0x00FF0000
) 1796 #define CAN_ESR_REC ((uint32_t)0xFF000000
) 1799 #define CAN_BTR_BRP ((uint32_t)0x000003FF
) 1800 #define CAN_BTR_TS1 ((uint32_t)0x000F0000
) 1801 #define CAN_BTR_TS1_0 ((uint32_t)0x00010000
) 1802 #define CAN_BTR_TS1_1 ((uint32_t)0x00020000
) 1803 #define CAN_BTR_TS1_2 ((uint32_t)0x00040000
) 1804 #define CAN_BTR_TS1_3 ((uint32_t)0x00080000
) 1805 #define CAN_BTR_TS2 ((uint32_t)0x00700000
) 1806 #define CAN_BTR_TS2_0 ((uint32_t)0x00100000
) 1807 #define CAN_BTR_TS2_1 ((uint32_t)0x00200000
) 1808 #define CAN_BTR_TS2_2 ((uint32_t)0x00400000
) 1809 #define CAN_BTR_SJW ((uint32_t)0x03000000
) 1810 #define CAN_BTR_SJW_0 ((uint32_t)0x01000000
) 1811 #define CAN_BTR_SJW_1 ((uint32_t)0x02000000
) 1812 #define CAN_BTR_LBKM ((uint32_t)0x40000000
) 1813 #define CAN_BTR_SILM ((uint32_t)0x80000000
) 1818 #define CAN_TI0R_TXRQ ((uint32_t)0x00000001
) 1819 #define CAN_TI0R_RTR ((uint32_t)0x00000002
) 1820 #define CAN_TI0R_IDE ((uint32_t)0x00000004
) 1821 #define CAN_TI0R_EXID ((uint32_t)0x001FFFF8
) 1822 #define CAN_TI0R_STID ((uint32_t)0xFFE00000
) 1825 #define CAN_TDT0R_DLC ((uint32_t)0x0000000F
) 1826 #define CAN_TDT0R_TGT ((uint32_t)0x00000100
) 1827 #define CAN_TDT0R_TIME ((uint32_t)0xFFFF0000
) 1830 #define CAN_TDL0R_DATA0 ((uint32_t)0x000000FF
) 1831 #define CAN_TDL0R_DATA1 ((uint32_t)0x0000FF00
) 1832 #define CAN_TDL0R_DATA2 ((uint32_t)0x00FF0000
) 1833 #define CAN_TDL0R_DATA3 ((uint32_t)0xFF000000
) 1836 #define CAN_TDH0R_DATA4 ((uint32_t)0x000000FF
) 1837 #define CAN_TDH0R_DATA5 ((uint32_t)0x0000FF00
) 1838 #define CAN_TDH0R_DATA6 ((uint32_t)0x00FF0000
) 1839 #define CAN_TDH0R_DATA7 ((uint32_t)0xFF000000
) 1842 #define CAN_TI1R_TXRQ ((uint32_t)0x00000001
) 1843 #define CAN_TI1R_RTR ((uint32_t)0x00000002
) 1844 #define CAN_TI1R_IDE ((uint32_t)0x00000004
) 1845 #define CAN_TI1R_EXID ((uint32_t)0x001FFFF8
) 1846 #define CAN_TI1R_STID ((uint32_t)0xFFE00000
) 1849 #define CAN_TDT1R_DLC ((uint32_t)0x0000000F
) 1850 #define CAN_TDT1R_TGT ((uint32_t)0x00000100
) 1851 #define CAN_TDT1R_TIME ((uint32_t)0xFFFF0000
) 1854 #define CAN_TDL1R_DATA0 ((uint32_t)0x000000FF
) 1855 #define CAN_TDL1R_DATA1 ((uint32_t)0x0000FF00
) 1856 #define CAN_TDL1R_DATA2 ((uint32_t)0x00FF0000
) 1857 #define CAN_TDL1R_DATA3 ((uint32_t)0xFF000000
) 1860 #define CAN_TDH1R_DATA4 ((uint32_t)0x000000FF
) 1861 #define CAN_TDH1R_DATA5 ((uint32_t)0x0000FF00
) 1862 #define CAN_TDH1R_DATA6 ((uint32_t)0x00FF0000
) 1863 #define CAN_TDH1R_DATA7 ((uint32_t)0xFF000000
) 1866 #define CAN_TI2R_TXRQ ((uint32_t)0x00000001
) 1867 #define CAN_TI2R_RTR ((uint32_t)0x00000002
) 1868 #define CAN_TI2R_IDE ((uint32_t)0x00000004
) 1869 #define CAN_TI2R_EXID ((uint32_t)0x001FFFF8
) 1870 #define CAN_TI2R_STID ((uint32_t)0xFFE00000
) 1873 #define CAN_TDT2R_DLC ((uint32_t)0x0000000F
) 1874 #define CAN_TDT2R_TGT ((uint32_t)0x00000100
) 1875 #define CAN_TDT2R_TIME ((uint32_t)0xFFFF0000
) 1878 #define CAN_TDL2R_DATA0 ((uint32_t)0x000000FF
) 1879 #define CAN_TDL2R_DATA1 ((uint32_t)0x0000FF00
) 1880 #define CAN_TDL2R_DATA2 ((uint32_t)0x00FF0000
) 1881 #define CAN_TDL2R_DATA3 ((uint32_t)0xFF000000
) 1884 #define CAN_TDH2R_DATA4 ((uint32_t)0x000000FF
) 1885 #define CAN_TDH2R_DATA5 ((uint32_t)0x0000FF00
) 1886 #define CAN_TDH2R_DATA6 ((uint32_t)0x00FF0000
) 1887 #define CAN_TDH2R_DATA7 ((uint32_t)0xFF000000
) 1890 #define CAN_RI0R_RTR ((uint32_t)0x00000002
) 1891 #define CAN_RI0R_IDE ((uint32_t)0x00000004
) 1892 #define CAN_RI0R_EXID ((uint32_t)0x001FFFF8
) 1893 #define CAN_RI0R_STID ((uint32_t)0xFFE00000
) 1896 #define CAN_RDT0R_DLC ((uint32_t)0x0000000F
) 1897 #define CAN_RDT0R_FMI ((uint32_t)0x0000FF00
) 1898 #define CAN_RDT0R_TIME ((uint32_t)0xFFFF0000
) 1901 #define CAN_RDL0R_DATA0 ((uint32_t)0x000000FF
) 1902 #define CAN_RDL0R_DATA1 ((uint32_t)0x0000FF00
) 1903 #define CAN_RDL0R_DATA2 ((uint32_t)0x00FF0000
) 1904 #define CAN_RDL0R_DATA3 ((uint32_t)0xFF000000
) 1907 #define CAN_RDH0R_DATA4 ((uint32_t)0x000000FF
) 1908 #define CAN_RDH0R_DATA5 ((uint32_t)0x0000FF00
) 1909 #define CAN_RDH0R_DATA6 ((uint32_t)0x00FF0000
) 1910 #define CAN_RDH0R_DATA7 ((uint32_t)0xFF000000
) 1913 #define CAN_RI1R_RTR ((uint32_t)0x00000002
) 1914 #define CAN_RI1R_IDE ((uint32_t)0x00000004
) 1915 #define CAN_RI1R_EXID ((uint32_t)0x001FFFF8
) 1916 #define CAN_RI1R_STID ((uint32_t)0xFFE00000
) 1919 #define CAN_RDT1R_DLC ((uint32_t)0x0000000F
) 1920 #define CAN_RDT1R_FMI ((uint32_t)0x0000FF00
) 1921 #define CAN_RDT1R_TIME ((uint32_t)0xFFFF0000
) 1924 #define CAN_RDL1R_DATA0 ((uint32_t)0x000000FF
) 1925 #define CAN_RDL1R_DATA1 ((uint32_t)0x0000FF00
) 1926 #define CAN_RDL1R_DATA2 ((uint32_t)0x00FF0000
) 1927 #define CAN_RDL1R_DATA3 ((uint32_t)0xFF000000
) 1930 #define CAN_RDH1R_DATA4 ((uint32_t)0x000000FF
) 1931 #define CAN_RDH1R_DATA5 ((uint32_t)0x0000FF00
) 1932 #define CAN_RDH1R_DATA6 ((uint32_t)0x00FF0000
) 1933 #define CAN_RDH1R_DATA7 ((uint32_t)0xFF000000
) 1937 #define CAN_FMR_FINIT ((uint32_t)0x01
) 1938 #define CAN_FMR_CAN2SB ((uint32_t)0x00003F00
) 1941 #define CAN_FM1R_FBM ((uint32_t)0x3FFF
) 1942 #define CAN_FM1R_FBM0 ((uint32_t)0x0001
) 1943 #define CAN_FM1R_FBM1 ((uint32_t)0x0002
) 1944 #define CAN_FM1R_FBM2 ((uint32_t)0x0004
) 1945 #define CAN_FM1R_FBM3 ((uint32_t)0x0008
) 1946 #define CAN_FM1R_FBM4 ((uint32_t)0x0010
) 1947 #define CAN_FM1R_FBM5 ((uint32_t)0x0020
) 1948 #define CAN_FM1R_FBM6 ((uint32_t)0x0040
) 1949 #define CAN_FM1R_FBM7 ((uint32_t)0x0080
) 1950 #define CAN_FM1R_FBM8 ((uint32_t)0x0100
) 1951 #define CAN_FM1R_FBM9 ((uint32_t)0x0200
) 1952 #define CAN_FM1R_FBM10 ((uint32_t)0x0400
) 1953 #define CAN_FM1R_FBM11 ((uint32_t)0x0800
) 1954 #define CAN_FM1R_FBM12 ((uint32_t)0x1000
) 1955 #define CAN_FM1R_FBM13 ((uint32_t)0x2000
) 1958 #define CAN_FS1R_FSC ((uint32_t)0x3FFF
) 1959 #define CAN_FS1R_FSC0 ((uint32_t)0x0001
) 1960 #define CAN_FS1R_FSC1 ((uint32_t)0x0002
) 1961 #define CAN_FS1R_FSC2 ((uint32_t)0x0004
) 1962 #define CAN_FS1R_FSC3 ((uint32_t)0x0008
) 1963 #define CAN_FS1R_FSC4 ((uint32_t)0x0010
) 1964 #define CAN_FS1R_FSC5 ((uint32_t)0x0020
) 1965 #define CAN_FS1R_FSC6 ((uint32_t)0x0040
) 1966 #define CAN_FS1R_FSC7 ((uint32_t)0x0080
) 1967 #define CAN_FS1R_FSC8 ((uint32_t)0x0100
) 1968 #define CAN_FS1R_FSC9 ((uint32_t)0x0200
) 1969 #define CAN_FS1R_FSC10 ((uint32_t)0x0400
) 1970 #define CAN_FS1R_FSC11 ((uint32_t)0x0800
) 1971 #define CAN_FS1R_FSC12 ((uint32_t)0x1000
) 1972 #define CAN_FS1R_FSC13 ((uint32_t)0x2000
) 1975 #define CAN_FFA1R_FFA ((uint32_t)0x3FFF
) 1976 #define CAN_FFA1R_FFA0 ((uint32_t)0x0001
) 1977 #define CAN_FFA1R_FFA1 ((uint32_t)0x0002
) 1978 #define CAN_FFA1R_FFA2 ((uint32_t)0x0004
) 1979 #define CAN_FFA1R_FFA3 ((uint32_t)0x0008
) 1980 #define CAN_FFA1R_FFA4 ((uint32_t)0x0010
) 1981 #define CAN_FFA1R_FFA5 ((uint32_t)0x0020
) 1982 #define CAN_FFA1R_FFA6 ((uint32_t)0x0040
) 1983 #define CAN_FFA1R_FFA7 ((uint32_t)0x0080
) 1984 #define CAN_FFA1R_FFA8 ((uint32_t)0x0100
) 1985 #define CAN_FFA1R_FFA9 ((uint32_t)0x0200
) 1986 #define CAN_FFA1R_FFA10 ((uint32_t)0x0400
) 1987 #define CAN_FFA1R_FFA11 ((uint32_t)0x0800
) 1988 #define CAN_FFA1R_FFA12 ((uint32_t)0x1000
) 1989 #define CAN_FFA1R_FFA13 ((uint32_t)0x2000
) 1992 #define CAN_FA1R_FACT ((uint32_t)0x3FFF
) 1993 #define CAN_FA1R_FACT0 ((uint32_t)0x0001
) 1994 #define CAN_FA1R_FACT1 ((uint32_t)0x0002
) 1995 #define CAN_FA1R_FACT2 ((uint32_t)0x0004
) 1996 #define CAN_FA1R_FACT3 ((uint32_t)0x0008
) 1997 #define CAN_FA1R_FACT4 ((uint32_t)0x0010
) 1998 #define CAN_FA1R_FACT5 ((uint32_t)0x0020
) 1999 #define CAN_FA1R_FACT6 ((uint32_t)0x0040
) 2000 #define CAN_FA1R_FACT7 ((uint32_t)0x0080
) 2001 #define CAN_FA1R_FACT8 ((uint32_t)0x0100
) 2002 #define CAN_FA1R_FACT9 ((uint32_t)0x0200
) 2003 #define CAN_FA1R_FACT10 ((uint32_t)0x0400
) 2004 #define CAN_FA1R_FACT11 ((uint32_t)0x0800
) 2005 #define CAN_FA1R_FACT12 ((uint32_t)0x1000
) 2006 #define CAN_FA1R_FACT13 ((uint32_t)0x2000
) 2009 #define CAN_F0R1_FB0 ((uint32_t)0x00000001
) 2010 #define CAN_F0R1_FB1 ((uint32_t)0x00000002
) 2011 #define CAN_F0R1_FB2 ((uint32_t)0x00000004
) 2012 #define CAN_F0R1_FB3 ((uint32_t)0x00000008
) 2013 #define CAN_F0R1_FB4 ((uint32_t)0x00000010
) 2014 #define CAN_F0R1_FB5 ((uint32_t)0x00000020
) 2015 #define CAN_F0R1_FB6 ((uint32_t)0x00000040
) 2016 #define CAN_F0R1_FB7 ((uint32_t)0x00000080
) 2017 #define CAN_F0R1_FB8 ((uint32_t)0x00000100
) 2018 #define CAN_F0R1_FB9 ((uint32_t)0x00000200
) 2019 #define CAN_F0R1_FB10 ((uint32_t)0x00000400
) 2020 #define CAN_F0R1_FB11 ((uint32_t)0x00000800
) 2021 #define CAN_F0R1_FB12 ((uint32_t)0x00001000
) 2022 #define CAN_F0R1_FB13 ((uint32_t)0x00002000
) 2023 #define CAN_F0R1_FB14 ((uint32_t)0x00004000
) 2024 #define CAN_F0R1_FB15 ((uint32_t)0x00008000
) 2025 #define CAN_F0R1_FB16 ((uint32_t)0x00010000
) 2026 #define CAN_F0R1_FB17 ((uint32_t)0x00020000
) 2027 #define CAN_F0R1_FB18 ((uint32_t)0x00040000
) 2028 #define CAN_F0R1_FB19 ((uint32_t)0x00080000
) 2029 #define CAN_F0R1_FB20 ((uint32_t)0x00100000
) 2030 #define CAN_F0R1_FB21 ((uint32_t)0x00200000
) 2031 #define CAN_F0R1_FB22 ((uint32_t)0x00400000
) 2032 #define CAN_F0R1_FB23 ((uint32_t)0x00800000
) 2033 #define CAN_F0R1_FB24 ((uint32_t)0x01000000
) 2034 #define CAN_F0R1_FB25 ((uint32_t)0x02000000
) 2035 #define CAN_F0R1_FB26 ((uint32_t)0x04000000
) 2036 #define CAN_F0R1_FB27 ((uint32_t)0x08000000
) 2037 #define CAN_F0R1_FB28 ((uint32_t)0x10000000
) 2038 #define CAN_F0R1_FB29 ((uint32_t)0x20000000
) 2039 #define CAN_F0R1_FB30 ((uint32_t)0x40000000
) 2040 #define CAN_F0R1_FB31 ((uint32_t)0x80000000
) 2043 #define CAN_F1R1_FB0 ((uint32_t)0x00000001
) 2044 #define CAN_F1R1_FB1 ((uint32_t)0x00000002
) 2045 #define CAN_F1R1_FB2 ((uint32_t)0x00000004
) 2046 #define CAN_F1R1_FB3 ((uint32_t)0x00000008
) 2047 #define CAN_F1R1_FB4 ((uint32_t)0x00000010
) 2048 #define CAN_F1R1_FB5 ((uint32_t)0x00000020
) 2049 #define CAN_F1R1_FB6 ((uint32_t)0x00000040
) 2050 #define CAN_F1R1_FB7 ((uint32_t)0x00000080
) 2051 #define CAN_F1R1_FB8 ((uint32_t)0x00000100
) 2052 #define CAN_F1R1_FB9 ((uint32_t)0x00000200
) 2053 #define CAN_F1R1_FB10 ((uint32_t)0x00000400
) 2054 #define CAN_F1R1_FB11 ((uint32_t)0x00000800
) 2055 #define CAN_F1R1_FB12 ((uint32_t)0x00001000
) 2056 #define CAN_F1R1_FB13 ((uint32_t)0x00002000
) 2057 #define CAN_F1R1_FB14 ((uint32_t)0x00004000
) 2058 #define CAN_F1R1_FB15 ((uint32_t)0x00008000
) 2059 #define CAN_F1R1_FB16 ((uint32_t)0x00010000
) 2060 #define CAN_F1R1_FB17 ((uint32_t)0x00020000
) 2061 #define CAN_F1R1_FB18 ((uint32_t)0x00040000
) 2062 #define CAN_F1R1_FB19 ((uint32_t)0x00080000
) 2063 #define CAN_F1R1_FB20 ((uint32_t)0x00100000
) 2064 #define CAN_F1R1_FB21 ((uint32_t)0x00200000
) 2065 #define CAN_F1R1_FB22 ((uint32_t)0x00400000
) 2066 #define CAN_F1R1_FB23 ((uint32_t)0x00800000
) 2067 #define CAN_F1R1_FB24 ((uint32_t)0x01000000
) 2068 #define CAN_F1R1_FB25 ((uint32_t)0x02000000
) 2069 #define CAN_F1R1_FB26 ((uint32_t)0x04000000
) 2070 #define CAN_F1R1_FB27 ((uint32_t)0x08000000
) 2071 #define CAN_F1R1_FB28 ((uint32_t)0x10000000
) 2072 #define CAN_F1R1_FB29 ((uint32_t)0x20000000
) 2073 #define CAN_F1R1_FB30 ((uint32_t)0x40000000
) 2074 #define CAN_F1R1_FB31 ((uint32_t)0x80000000
) 2077 #define CAN_F2R1_FB0 ((uint32_t)0x00000001
) 2078 #define CAN_F2R1_FB1 ((uint32_t)0x00000002
) 2079 #define CAN_F2R1_FB2 ((uint32_t)0x00000004
) 2080 #define CAN_F2R1_FB3 ((uint32_t)0x00000008
) 2081 #define CAN_F2R1_FB4 ((uint32_t)0x00000010
) 2082 #define CAN_F2R1_FB5 ((uint32_t)0x00000020
) 2083 #define CAN_F2R1_FB6 ((uint32_t)0x00000040
) 2084 #define CAN_F2R1_FB7 ((uint32_t)0x00000080
) 2085 #define CAN_F2R1_FB8 ((uint32_t)0x00000100
) 2086 #define CAN_F2R1_FB9 ((uint32_t)0x00000200
) 2087 #define CAN_F2R1_FB10 ((uint32_t)0x00000400
) 2088 #define CAN_F2R1_FB11 ((uint32_t)0x00000800
) 2089 #define CAN_F2R1_FB12 ((uint32_t)0x00001000
) 2090 #define CAN_F2R1_FB13 ((uint32_t)0x00002000
) 2091 #define CAN_F2R1_FB14 ((uint32_t)0x00004000
) 2092 #define CAN_F2R1_FB15 ((uint32_t)0x00008000
) 2093 #define CAN_F2R1_FB16 ((uint32_t)0x00010000
) 2094 #define CAN_F2R1_FB17 ((uint32_t)0x00020000
) 2095 #define CAN_F2R1_FB18 ((uint32_t)0x00040000
) 2096 #define CAN_F2R1_FB19 ((uint32_t)0x00080000
) 2097 #define CAN_F2R1_FB20 ((uint32_t)0x00100000
) 2098 #define CAN_F2R1_FB21 ((uint32_t)0x00200000
) 2099 #define CAN_F2R1_FB22 ((uint32_t)0x00400000
) 2100 #define CAN_F2R1_FB23 ((uint32_t)0x00800000
) 2101 #define CAN_F2R1_FB24 ((uint32_t)0x01000000
) 2102 #define CAN_F2R1_FB25 ((uint32_t)0x02000000
) 2103 #define CAN_F2R1_FB26 ((uint32_t)0x04000000
) 2104 #define CAN_F2R1_FB27 ((uint32_t)0x08000000
) 2105 #define CAN_F2R1_FB28 ((uint32_t)0x10000000
) 2106 #define CAN_F2R1_FB29 ((uint32_t)0x20000000
) 2107 #define CAN_F2R1_FB30 ((uint32_t)0x40000000
) 2108 #define CAN_F2R1_FB31 ((uint32_t)0x80000000
) 2111 #define CAN_F3R1_FB0 ((uint32_t)0x00000001
) 2112 #define CAN_F3R1_FB1 ((uint32_t)0x00000002
) 2113 #define CAN_F3R1_FB2 ((uint32_t)0x00000004
) 2114 #define CAN_F3R1_FB3 ((uint32_t)0x00000008
) 2115 #define CAN_F3R1_FB4 ((uint32_t)0x00000010
) 2116 #define CAN_F3R1_FB5 ((uint32_t)0x00000020
) 2117 #define CAN_F3R1_FB6 ((uint32_t)0x00000040
) 2118 #define CAN_F3R1_FB7 ((uint32_t)0x00000080
) 2119 #define CAN_F3R1_FB8 ((uint32_t)0x00000100
) 2120 #define CAN_F3R1_FB9 ((uint32_t)0x00000200
) 2121 #define CAN_F3R1_FB10 ((uint32_t)0x00000400
) 2122 #define CAN_F3R1_FB11 ((uint32_t)0x00000800
) 2123 #define CAN_F3R1_FB12 ((uint32_t)0x00001000
) 2124 #define CAN_F3R1_FB13 ((uint32_t)0x00002000
) 2125 #define CAN_F3R1_FB14 ((uint32_t)0x00004000
) 2126 #define CAN_F3R1_FB15 ((uint32_t)0x00008000
) 2127 #define CAN_F3R1_FB16 ((uint32_t)0x00010000
) 2128 #define CAN_F3R1_FB17 ((uint32_t)0x00020000
) 2129 #define CAN_F3R1_FB18 ((uint32_t)0x00040000
) 2130 #define CAN_F3R1_FB19 ((uint32_t)0x00080000
) 2131 #define CAN_F3R1_FB20 ((uint32_t)0x00100000
) 2132 #define CAN_F3R1_FB21 ((uint32_t)0x00200000
) 2133 #define CAN_F3R1_FB22 ((uint32_t)0x00400000
) 2134 #define CAN_F3R1_FB23 ((uint32_t)0x00800000
) 2135 #define CAN_F3R1_FB24 ((uint32_t)0x01000000
) 2136 #define CAN_F3R1_FB25 ((uint32_t)0x02000000
) 2137 #define CAN_F3R1_FB26 ((uint32_t)0x04000000
) 2138 #define CAN_F3R1_FB27 ((uint32_t)0x08000000
) 2139 #define CAN_F3R1_FB28 ((uint32_t)0x10000000
) 2140 #define CAN_F3R1_FB29 ((uint32_t)0x20000000
) 2141 #define CAN_F3R1_FB30 ((uint32_t)0x40000000
) 2142 #define CAN_F3R1_FB31 ((uint32_t)0x80000000
) 2145 #define CAN_F4R1_FB0 ((uint32_t)0x00000001
) 2146 #define CAN_F4R1_FB1 ((uint32_t)0x00000002
) 2147 #define CAN_F4R1_FB2 ((uint32_t)0x00000004
) 2148 #define CAN_F4R1_FB3 ((uint32_t)0x00000008
) 2149 #define CAN_F4R1_FB4 ((uint32_t)0x00000010
) 2150 #define CAN_F4R1_FB5 ((uint32_t)0x00000020
) 2151 #define CAN_F4R1_FB6 ((uint32_t)0x00000040
) 2152 #define CAN_F4R1_FB7 ((uint32_t)0x00000080
) 2153 #define CAN_F4R1_FB8 ((uint32_t)0x00000100
) 2154 #define CAN_F4R1_FB9 ((uint32_t)0x00000200
) 2155 #define CAN_F4R1_FB10 ((uint32_t)0x00000400
) 2156 #define CAN_F4R1_FB11 ((uint32_t)0x00000800
) 2157 #define CAN_F4R1_FB12 ((uint32_t)0x00001000
) 2158 #define CAN_F4R1_FB13 ((uint32_t)0x00002000
) 2159 #define CAN_F4R1_FB14 ((uint32_t)0x00004000
) 2160 #define CAN_F4R1_FB15 ((uint32_t)0x00008000
) 2161 #define CAN_F4R1_FB16 ((uint32_t)0x00010000
) 2162 #define CAN_F4R1_FB17 ((uint32_t)0x00020000
) 2163 #define CAN_F4R1_FB18 ((uint32_t)0x00040000
) 2164 #define CAN_F4R1_FB19 ((uint32_t)0x00080000
) 2165 #define CAN_F4R1_FB20 ((uint32_t)0x00100000
) 2166 #define CAN_F4R1_FB21 ((uint32_t)0x00200000
) 2167 #define CAN_F4R1_FB22 ((uint32_t)0x00400000
) 2168 #define CAN_F4R1_FB23 ((uint32_t)0x00800000
) 2169 #define CAN_F4R1_FB24 ((uint32_t)0x01000000
) 2170 #define CAN_F4R1_FB25 ((uint32_t)0x02000000
) 2171 #define CAN_F4R1_FB26 ((uint32_t)0x04000000
) 2172 #define CAN_F4R1_FB27 ((uint32_t)0x08000000
) 2173 #define CAN_F4R1_FB28 ((uint32_t)0x10000000
) 2174 #define CAN_F4R1_FB29 ((uint32_t)0x20000000
) 2175 #define CAN_F4R1_FB30 ((uint32_t)0x40000000
) 2176 #define CAN_F4R1_FB31 ((uint32_t)0x80000000
) 2179 #define CAN_F5R1_FB0 ((uint32_t)0x00000001
) 2180 #define CAN_F5R1_FB1 ((uint32_t)0x00000002
) 2181 #define CAN_F5R1_FB2 ((uint32_t)0x00000004
) 2182 #define CAN_F5R1_FB3 ((uint32_t)0x00000008
) 2183 #define CAN_F5R1_FB4 ((uint32_t)0x00000010
) 2184 #define CAN_F5R1_FB5 ((uint32_t)0x00000020
) 2185 #define CAN_F5R1_FB6 ((uint32_t)0x00000040
) 2186 #define CAN_F5R1_FB7 ((uint32_t)0x00000080
) 2187 #define CAN_F5R1_FB8 ((uint32_t)0x00000100
) 2188 #define CAN_F5R1_FB9 ((uint32_t)0x00000200
) 2189 #define CAN_F5R1_FB10 ((uint32_t)0x00000400
) 2190 #define CAN_F5R1_FB11 ((uint32_t)0x00000800
) 2191 #define CAN_F5R1_FB12 ((uint32_t)0x00001000
) 2192 #define CAN_F5R1_FB13 ((uint32_t)0x00002000
) 2193 #define CAN_F5R1_FB14 ((uint32_t)0x00004000
) 2194 #define CAN_F5R1_FB15 ((uint32_t)0x00008000
) 2195 #define CAN_F5R1_FB16 ((uint32_t)0x00010000
) 2196 #define CAN_F5R1_FB17 ((uint32_t)0x00020000
) 2197 #define CAN_F5R1_FB18 ((uint32_t)0x00040000
) 2198 #define CAN_F5R1_FB19 ((uint32_t)0x00080000
) 2199 #define CAN_F5R1_FB20 ((uint32_t)0x00100000
) 2200 #define CAN_F5R1_FB21 ((uint32_t)0x00200000
) 2201 #define CAN_F5R1_FB22 ((uint32_t)0x00400000
) 2202 #define CAN_F5R1_FB23 ((uint32_t)0x00800000
) 2203 #define CAN_F5R1_FB24 ((uint32_t)0x01000000
) 2204 #define CAN_F5R1_FB25 ((uint32_t)0x02000000
) 2205 #define CAN_F5R1_FB26 ((uint32_t)0x04000000
) 2206 #define CAN_F5R1_FB27 ((uint32_t)0x08000000
) 2207 #define CAN_F5R1_FB28 ((uint32_t)0x10000000
) 2208 #define CAN_F5R1_FB29 ((uint32_t)0x20000000
) 2209 #define CAN_F5R1_FB30 ((uint32_t)0x40000000
) 2210 #define CAN_F5R1_FB31 ((uint32_t)0x80000000
) 2213 #define CAN_F6R1_FB0 ((uint32_t)0x00000001
) 2214 #define CAN_F6R1_FB1 ((uint32_t)0x00000002
) 2215 #define CAN_F6R1_FB2 ((uint32_t)0x00000004
) 2216 #define CAN_F6R1_FB3 ((uint32_t)0x00000008
) 2217 #define CAN_F6R1_FB4 ((uint32_t)0x00000010
) 2218 #define CAN_F6R1_FB5 ((uint32_t)0x00000020
) 2219 #define CAN_F6R1_FB6 ((uint32_t)0x00000040
) 2220 #define CAN_F6R1_FB7 ((uint32_t)0x00000080
) 2221 #define CAN_F6R1_FB8 ((uint32_t)0x00000100
) 2222 #define CAN_F6R1_FB9 ((uint32_t)0x00000200
) 2223 #define CAN_F6R1_FB10 ((uint32_t)0x00000400
) 2224 #define CAN_F6R1_FB11 ((uint32_t)0x00000800
) 2225 #define CAN_F6R1_FB12 ((uint32_t)0x00001000
) 2226 #define CAN_F6R1_FB13 ((uint32_t)0x00002000
) 2227 #define CAN_F6R1_FB14 ((uint32_t)0x00004000
) 2228 #define CAN_F6R1_FB15 ((uint32_t)0x00008000
) 2229 #define CAN_F6R1_FB16 ((uint32_t)0x00010000
) 2230 #define CAN_F6R1_FB17 ((uint32_t)0x00020000
) 2231 #define CAN_F6R1_FB18 ((uint32_t)0x00040000
) 2232 #define CAN_F6R1_FB19 ((uint32_t)0x00080000
) 2233 #define CAN_F6R1_FB20 ((uint32_t)0x00100000
) 2234 #define CAN_F6R1_FB21 ((uint32_t)0x00200000
) 2235 #define CAN_F6R1_FB22 ((uint32_t)0x00400000
) 2236 #define CAN_F6R1_FB23 ((uint32_t)0x00800000
) 2237 #define CAN_F6R1_FB24 ((uint32_t)0x01000000
) 2238 #define CAN_F6R1_FB25 ((uint32_t)0x02000000
) 2239 #define CAN_F6R1_FB26 ((uint32_t)0x04000000
) 2240 #define CAN_F6R1_FB27 ((uint32_t)0x08000000
) 2241 #define CAN_F6R1_FB28 ((uint32_t)0x10000000
) 2242 #define CAN_F6R1_FB29 ((uint32_t)0x20000000
) 2243 #define CAN_F6R1_FB30 ((uint32_t)0x40000000
) 2244 #define CAN_F6R1_FB31 ((uint32_t)0x80000000
) 2247 #define CAN_F7R1_FB0 ((uint32_t)0x00000001
) 2248 #define CAN_F7R1_FB1 ((uint32_t)0x00000002
) 2249 #define CAN_F7R1_FB2 ((uint32_t)0x00000004
) 2250 #define CAN_F7R1_FB3 ((uint32_t)0x00000008
) 2251 #define CAN_F7R1_FB4 ((uint32_t)0x00000010
) 2252 #define CAN_F7R1_FB5 ((uint32_t)0x00000020
) 2253 #define CAN_F7R1_FB6 ((uint32_t)0x00000040
) 2254 #define CAN_F7R1_FB7 ((uint32_t)0x00000080
) 2255 #define CAN_F7R1_FB8 ((uint32_t)0x00000100
) 2256 #define CAN_F7R1_FB9 ((uint32_t)0x00000200
) 2257 #define CAN_F7R1_FB10 ((uint32_t)0x00000400
) 2258 #define CAN_F7R1_FB11 ((uint32_t)0x00000800
) 2259 #define CAN_F7R1_FB12 ((uint32_t)0x00001000
) 2260 #define CAN_F7R1_FB13 ((uint32_t)0x00002000
) 2261 #define CAN_F7R1_FB14 ((uint32_t)0x00004000
) 2262 #define CAN_F7R1_FB15 ((uint32_t)0x00008000
) 2263 #define CAN_F7R1_FB16 ((uint32_t)0x00010000
) 2264 #define CAN_F7R1_FB17 ((uint32_t)0x00020000
) 2265 #define CAN_F7R1_FB18 ((uint32_t)0x00040000
) 2266 #define CAN_F7R1_FB19 ((uint32_t)0x00080000
) 2267 #define CAN_F7R1_FB20 ((uint32_t)0x00100000
) 2268 #define CAN_F7R1_FB21 ((uint32_t)0x00200000
) 2269 #define CAN_F7R1_FB22 ((uint32_t)0x00400000
) 2270 #define CAN_F7R1_FB23 ((uint32_t)0x00800000
) 2271 #define CAN_F7R1_FB24 ((uint32_t)0x01000000
) 2272 #define CAN_F7R1_FB25 ((uint32_t)0x02000000
) 2273 #define CAN_F7R1_FB26 ((uint32_t)0x04000000
) 2274 #define CAN_F7R1_FB27 ((uint32_t)0x08000000
) 2275 #define CAN_F7R1_FB28 ((uint32_t)0x10000000
) 2276 #define CAN_F7R1_FB29 ((uint32_t)0x20000000
) 2277 #define CAN_F7R1_FB30 ((uint32_t)0x40000000
) 2278 #define CAN_F7R1_FB31 ((uint32_t)0x80000000
) 2281 #define CAN_F8R1_FB0 ((uint32_t)0x00000001
) 2282 #define CAN_F8R1_FB1 ((uint32_t)0x00000002
) 2283 #define CAN_F8R1_FB2 ((uint32_t)0x00000004
) 2284 #define CAN_F8R1_FB3 ((uint32_t)0x00000008
) 2285 #define CAN_F8R1_FB4 ((uint32_t)0x00000010
) 2286 #define CAN_F8R1_FB5 ((uint32_t)0x00000020
) 2287 #define CAN_F8R1_FB6 ((uint32_t)0x00000040
) 2288 #define CAN_F8R1_FB7 ((uint32_t)0x00000080
) 2289 #define CAN_F8R1_FB8 ((uint32_t)0x00000100
) 2290 #define CAN_F8R1_FB9 ((uint32_t)0x00000200
) 2291 #define CAN_F8R1_FB10 ((uint32_t)0x00000400
) 2292 #define CAN_F8R1_FB11 ((uint32_t)0x00000800
) 2293 #define CAN_F8R1_FB12 ((uint32_t)0x00001000
) 2294 #define CAN_F8R1_FB13 ((uint32_t)0x00002000
) 2295 #define CAN_F8R1_FB14 ((uint32_t)0x00004000
) 2296 #define CAN_F8R1_FB15 ((uint32_t)0x00008000
) 2297 #define CAN_F8R1_FB16 ((uint32_t)0x00010000
) 2298 #define CAN_F8R1_FB17 ((uint32_t)0x00020000
) 2299 #define CAN_F8R1_FB18 ((uint32_t)0x00040000
) 2300 #define CAN_F8R1_FB19 ((uint32_t)0x00080000
) 2301 #define CAN_F8R1_FB20 ((uint32_t)0x00100000
) 2302 #define CAN_F8R1_FB21 ((uint32_t)0x00200000
) 2303 #define CAN_F8R1_FB22 ((uint32_t)0x00400000
) 2304 #define CAN_F8R1_FB23 ((uint32_t)0x00800000
) 2305 #define CAN_F8R1_FB24 ((uint32_t)0x01000000
) 2306 #define CAN_F8R1_FB25 ((uint32_t)0x02000000
) 2307 #define CAN_F8R1_FB26 ((uint32_t)0x04000000
) 2308 #define CAN_F8R1_FB27 ((uint32_t)0x08000000
) 2309 #define CAN_F8R1_FB28 ((uint32_t)0x10000000
) 2310 #define CAN_F8R1_FB29 ((uint32_t)0x20000000
) 2311 #define CAN_F8R1_FB30 ((uint32_t)0x40000000
) 2312 #define CAN_F8R1_FB31 ((uint32_t)0x80000000
) 2315 #define CAN_F9R1_FB0 ((uint32_t)0x00000001
) 2316 #define CAN_F9R1_FB1 ((uint32_t)0x00000002
) 2317 #define CAN_F9R1_FB2 ((uint32_t)0x00000004
) 2318 #define CAN_F9R1_FB3 ((uint32_t)0x00000008
) 2319 #define CAN_F9R1_FB4 ((uint32_t)0x00000010
) 2320 #define CAN_F9R1_FB5 ((uint32_t)0x00000020
) 2321 #define CAN_F9R1_FB6 ((uint32_t)0x00000040
) 2322 #define CAN_F9R1_FB7 ((uint32_t)0x00000080
) 2323 #define CAN_F9R1_FB8 ((uint32_t)0x00000100
) 2324 #define CAN_F9R1_FB9 ((uint32_t)0x00000200
) 2325 #define CAN_F9R1_FB10 ((uint32_t)0x00000400
) 2326 #define CAN_F9R1_FB11 ((uint32_t)0x00000800
) 2327 #define CAN_F9R1_FB12 ((uint32_t)0x00001000
) 2328 #define CAN_F9R1_FB13 ((uint32_t)0x00002000
) 2329 #define CAN_F9R1_FB14 ((uint32_t)0x00004000
) 2330 #define CAN_F9R1_FB15 ((uint32_t)0x00008000
) 2331 #define CAN_F9R1_FB16 ((uint32_t)0x00010000
) 2332 #define CAN_F9R1_FB17 ((uint32_t)0x00020000
) 2333 #define CAN_F9R1_FB18 ((uint32_t)0x00040000
) 2334 #define CAN_F9R1_FB19 ((uint32_t)0x00080000
) 2335 #define CAN_F9R1_FB20 ((uint32_t)0x00100000
) 2336 #define CAN_F9R1_FB21 ((uint32_t)0x00200000
) 2337 #define CAN_F9R1_FB22 ((uint32_t)0x00400000
) 2338 #define CAN_F9R1_FB23 ((uint32_t)0x00800000
) 2339 #define CAN_F9R1_FB24 ((uint32_t)0x01000000
) 2340 #define CAN_F9R1_FB25 ((uint32_t)0x02000000
) 2341 #define CAN_F9R1_FB26 ((uint32_t)0x04000000
) 2342 #define CAN_F9R1_FB27 ((uint32_t)0x08000000
) 2343 #define CAN_F9R1_FB28 ((uint32_t)0x10000000
) 2344 #define CAN_F9R1_FB29 ((uint32_t)0x20000000
) 2345 #define CAN_F9R1_FB30 ((uint32_t)0x40000000
) 2346 #define CAN_F9R1_FB31 ((uint32_t)0x80000000
) 2349 #define CAN_F10R1_FB0 ((uint32_t)0x00000001
) 2350 #define CAN_F10R1_FB1 ((uint32_t)0x00000002
) 2351 #define CAN_F10R1_FB2 ((uint32_t)0x00000004
) 2352 #define CAN_F10R1_FB3 ((uint32_t)0x00000008
) 2353 #define CAN_F10R1_FB4 ((uint32_t)0x00000010
) 2354 #define CAN_F10R1_FB5 ((uint32_t)0x00000020
) 2355 #define CAN_F10R1_FB6 ((uint32_t)0x00000040
) 2356 #define CAN_F10R1_FB7 ((uint32_t)0x00000080
) 2357 #define CAN_F10R1_FB8 ((uint32_t)0x00000100
) 2358 #define CAN_F10R1_FB9 ((uint32_t)0x00000200
) 2359 #define CAN_F10R1_FB10 ((uint32_t)0x00000400
) 2360 #define CAN_F10R1_FB11 ((uint32_t)0x00000800
) 2361 #define CAN_F10R1_FB12 ((uint32_t)0x00001000
) 2362 #define CAN_F10R1_FB13 ((uint32_t)0x00002000
) 2363 #define CAN_F10R1_FB14 ((uint32_t)0x00004000
) 2364 #define CAN_F10R1_FB15 ((uint32_t)0x00008000
) 2365 #define CAN_F10R1_FB16 ((uint32_t)0x00010000
) 2366 #define CAN_F10R1_FB17 ((uint32_t)0x00020000
) 2367 #define CAN_F10R1_FB18 ((uint32_t)0x00040000
) 2368 #define CAN_F10R1_FB19 ((uint32_t)0x00080000
) 2369 #define CAN_F10R1_FB20 ((uint32_t)0x00100000
) 2370 #define CAN_F10R1_FB21 ((uint32_t)0x00200000
) 2371 #define CAN_F10R1_FB22 ((uint32_t)0x00400000
) 2372 #define CAN_F10R1_FB23 ((uint32_t)0x00800000
) 2373 #define CAN_F10R1_FB24 ((uint32_t)0x01000000
) 2374 #define CAN_F10R1_FB25 ((uint32_t)0x02000000
) 2375 #define CAN_F10R1_FB26 ((uint32_t)0x04000000
) 2376 #define CAN_F10R1_FB27 ((uint32_t)0x08000000
) 2377 #define CAN_F10R1_FB28 ((uint32_t)0x10000000
) 2378 #define CAN_F10R1_FB29 ((uint32_t)0x20000000
) 2379 #define CAN_F10R1_FB30 ((uint32_t)0x40000000
) 2380 #define CAN_F10R1_FB31 ((uint32_t)0x80000000
) 2383 #define CAN_F11R1_FB0 ((uint32_t)0x00000001
) 2384 #define CAN_F11R1_FB1 ((uint32_t)0x00000002
) 2385 #define CAN_F11R1_FB2 ((uint32_t)0x00000004
) 2386 #define CAN_F11R1_FB3 ((uint32_t)0x00000008
) 2387 #define CAN_F11R1_FB4 ((uint32_t)0x00000010
) 2388 #define CAN_F11R1_FB5 ((uint32_t)0x00000020
) 2389 #define CAN_F11R1_FB6 ((uint32_t)0x00000040
) 2390 #define CAN_F11R1_FB7 ((uint32_t)0x00000080
) 2391 #define CAN_F11R1_FB8 ((uint32_t)0x00000100
) 2392 #define CAN_F11R1_FB9 ((uint32_t)0x00000200
) 2393 #define CAN_F11R1_FB10 ((uint32_t)0x00000400
) 2394 #define CAN_F11R1_FB11 ((uint32_t)0x00000800
) 2395 #define CAN_F11R1_FB12 ((uint32_t)0x00001000
) 2396 #define CAN_F11R1_FB13 ((uint32_t)0x00002000
) 2397 #define CAN_F11R1_FB14 ((uint32_t)0x00004000
) 2398 #define CAN_F11R1_FB15 ((uint32_t)0x00008000
) 2399 #define CAN_F11R1_FB16 ((uint32_t)0x00010000
) 2400 #define CAN_F11R1_FB17 ((uint32_t)0x00020000
) 2401 #define CAN_F11R1_FB18 ((uint32_t)0x00040000
) 2402 #define CAN_F11R1_FB19 ((uint32_t)0x00080000
) 2403 #define CAN_F11R1_FB20 ((uint32_t)0x00100000
) 2404 #define CAN_F11R1_FB21 ((uint32_t)0x00200000
) 2405 #define CAN_F11R1_FB22 ((uint32_t)0x00400000
) 2406 #define CAN_F11R1_FB23 ((uint32_t)0x00800000
) 2407 #define CAN_F11R1_FB24 ((uint32_t)0x01000000
) 2408 #define CAN_F11R1_FB25 ((uint32_t)0x02000000
) 2409 #define CAN_F11R1_FB26 ((uint32_t)0x04000000
) 2410 #define CAN_F11R1_FB27 ((uint32_t)0x08000000
) 2411 #define CAN_F11R1_FB28 ((uint32_t)0x10000000
) 2412 #define CAN_F11R1_FB29 ((uint32_t)0x20000000
) 2413 #define CAN_F11R1_FB30 ((uint32_t)0x40000000
) 2414 #define CAN_F11R1_FB31 ((uint32_t)0x80000000
) 2417 #define CAN_F12R1_FB0 ((uint32_t)0x00000001
) 2418 #define CAN_F12R1_FB1 ((uint32_t)0x00000002
) 2419 #define CAN_F12R1_FB2 ((uint32_t)0x00000004
) 2420 #define CAN_F12R1_FB3 ((uint32_t)0x00000008
) 2421 #define CAN_F12R1_FB4 ((uint32_t)0x00000010
) 2422 #define CAN_F12R1_FB5 ((uint32_t)0x00000020
) 2423 #define CAN_F12R1_FB6 ((uint32_t)0x00000040
) 2424 #define CAN_F12R1_FB7 ((uint32_t)0x00000080
) 2425 #define CAN_F12R1_FB8 ((uint32_t)0x00000100
) 2426 #define CAN_F12R1_FB9 ((uint32_t)0x00000200
) 2427 #define CAN_F12R1_FB10 ((uint32_t)0x00000400
) 2428 #define CAN_F12R1_FB11 ((uint32_t)0x00000800
) 2429 #define CAN_F12R1_FB12 ((uint32_t)0x00001000
) 2430 #define CAN_F12R1_FB13 ((uint32_t)0x00002000
) 2431 #define CAN_F12R1_FB14 ((uint32_t)0x00004000
) 2432 #define CAN_F12R1_FB15 ((uint32_t)0x00008000
) 2433 #define CAN_F12R1_FB16 ((uint32_t)0x00010000
) 2434 #define CAN_F12R1_FB17 ((uint32_t)0x00020000
) 2435 #define CAN_F12R1_FB18 ((uint32_t)0x00040000
) 2436 #define CAN_F12R1_FB19 ((uint32_t)0x00080000
) 2437 #define CAN_F12R1_FB20 ((uint32_t)0x00100000
) 2438 #define CAN_F12R1_FB21 ((uint32_t)0x00200000
) 2439 #define CAN_F12R1_FB22 ((uint32_t)0x00400000
) 2440 #define CAN_F12R1_FB23 ((uint32_t)0x00800000
) 2441 #define CAN_F12R1_FB24 ((uint32_t)0x01000000
) 2442 #define CAN_F12R1_FB25 ((uint32_t)0x02000000
) 2443 #define CAN_F12R1_FB26 ((uint32_t)0x04000000
) 2444 #define CAN_F12R1_FB27 ((uint32_t)0x08000000
) 2445 #define CAN_F12R1_FB28 ((uint32_t)0x10000000
) 2446 #define CAN_F12R1_FB29 ((uint32_t)0x20000000
) 2447 #define CAN_F12R1_FB30 ((uint32_t)0x40000000
) 2448 #define CAN_F12R1_FB31 ((uint32_t)0x80000000
) 2451 #define CAN_F13R1_FB0 ((uint32_t)0x00000001
) 2452 #define CAN_F13R1_FB1 ((uint32_t)0x00000002
) 2453 #define CAN_F13R1_FB2 ((uint32_t)0x00000004
) 2454 #define CAN_F13R1_FB3 ((uint32_t)0x00000008
) 2455 #define CAN_F13R1_FB4 ((uint32_t)0x00000010
) 2456 #define CAN_F13R1_FB5 ((uint32_t)0x00000020
) 2457 #define CAN_F13R1_FB6 ((uint32_t)0x00000040
) 2458 #define CAN_F13R1_FB7 ((uint32_t)0x00000080
) 2459 #define CAN_F13R1_FB8 ((uint32_t)0x00000100
) 2460 #define CAN_F13R1_FB9 ((uint32_t)0x00000200
) 2461 #define CAN_F13R1_FB10 ((uint32_t)0x00000400
) 2462 #define CAN_F13R1_FB11 ((uint32_t)0x00000800
) 2463 #define CAN_F13R1_FB12 ((uint32_t)0x00001000
) 2464 #define CAN_F13R1_FB13 ((uint32_t)0x00002000
) 2465 #define CAN_F13R1_FB14 ((uint32_t)0x00004000
) 2466 #define CAN_F13R1_FB15 ((uint32_t)0x00008000
) 2467 #define CAN_F13R1_FB16 ((uint32_t)0x00010000
) 2468 #define CAN_F13R1_FB17 ((uint32_t)0x00020000
) 2469 #define CAN_F13R1_FB18 ((uint32_t)0x00040000
) 2470 #define CAN_F13R1_FB19 ((uint32_t)0x00080000
) 2471 #define CAN_F13R1_FB20 ((uint32_t)0x00100000
) 2472 #define CAN_F13R1_FB21 ((uint32_t)0x00200000
) 2473 #define CAN_F13R1_FB22 ((uint32_t)0x00400000
) 2474 #define CAN_F13R1_FB23 ((uint32_t)0x00800000
) 2475 #define CAN_F13R1_FB24 ((uint32_t)0x01000000
) 2476 #define CAN_F13R1_FB25 ((uint32_t)0x02000000
) 2477 #define CAN_F13R1_FB26 ((uint32_t)0x04000000
) 2478 #define CAN_F13R1_FB27 ((uint32_t)0x08000000
) 2479 #define CAN_F13R1_FB28 ((uint32_t)0x10000000
) 2480 #define CAN_F13R1_FB29 ((uint32_t)0x20000000
) 2481 #define CAN_F13R1_FB30 ((uint32_t)0x40000000
) 2482 #define CAN_F13R1_FB31 ((uint32_t)0x80000000
) 2485 #define CAN_F0R2_FB0 ((uint32_t)0x00000001
) 2486 #define CAN_F0R2_FB1 ((uint32_t)0x00000002
) 2487 #define CAN_F0R2_FB2 ((uint32_t)0x00000004
) 2488 #define CAN_F0R2_FB3 ((uint32_t)0x00000008
) 2489 #define CAN_F0R2_FB4 ((uint32_t)0x00000010
) 2490 #define CAN_F0R2_FB5 ((uint32_t)0x00000020
) 2491 #define CAN_F0R2_FB6 ((uint32_t)0x00000040
) 2492 #define CAN_F0R2_FB7 ((uint32_t)0x00000080
) 2493 #define CAN_F0R2_FB8 ((uint32_t)0x00000100
) 2494 #define CAN_F0R2_FB9 ((uint32_t)0x00000200
) 2495 #define CAN_F0R2_FB10 ((uint32_t)0x00000400
) 2496 #define CAN_F0R2_FB11 ((uint32_t)0x00000800
) 2497 #define CAN_F0R2_FB12 ((uint32_t)0x00001000
) 2498 #define CAN_F0R2_FB13 ((uint32_t)0x00002000
) 2499 #define CAN_F0R2_FB14 ((uint32_t)0x00004000
) 2500 #define CAN_F0R2_FB15 ((uint32_t)0x00008000
) 2501 #define CAN_F0R2_FB16 ((uint32_t)0x00010000
) 2502 #define CAN_F0R2_FB17 ((uint32_t)0x00020000
) 2503 #define CAN_F0R2_FB18 ((uint32_t)0x00040000
) 2504 #define CAN_F0R2_FB19 ((uint32_t)0x00080000
) 2505 #define CAN_F0R2_FB20 ((uint32_t)0x00100000
) 2506 #define CAN_F0R2_FB21 ((uint32_t)0x00200000
) 2507 #define CAN_F0R2_FB22 ((uint32_t)0x00400000
) 2508 #define CAN_F0R2_FB23 ((uint32_t)0x00800000
) 2509 #define CAN_F0R2_FB24 ((uint32_t)0x01000000
) 2510 #define CAN_F0R2_FB25 ((uint32_t)0x02000000
) 2511 #define CAN_F0R2_FB26 ((uint32_t)0x04000000
) 2512 #define CAN_F0R2_FB27 ((uint32_t)0x08000000
) 2513 #define CAN_F0R2_FB28 ((uint32_t)0x10000000
) 2514 #define CAN_F0R2_FB29 ((uint32_t)0x20000000
) 2515 #define CAN_F0R2_FB30 ((uint32_t)0x40000000
) 2516 #define CAN_F0R2_FB31 ((uint32_t)0x80000000
) 2519 #define CAN_F1R2_FB0 ((uint32_t)0x00000001
) 2520 #define CAN_F1R2_FB1 ((uint32_t)0x00000002
) 2521 #define CAN_F1R2_FB2 ((uint32_t)0x00000004
) 2522 #define CAN_F1R2_FB3 ((uint32_t)0x00000008
) 2523 #define CAN_F1R2_FB4 ((uint32_t)0x00000010
) 2524 #define CAN_F1R2_FB5 ((uint32_t)0x00000020
) 2525 #define CAN_F1R2_FB6 ((uint32_t)0x00000040
) 2526 #define CAN_F1R2_FB7 ((uint32_t)0x00000080
) 2527 #define CAN_F1R2_FB8 ((uint32_t)0x00000100
) 2528 #define CAN_F1R2_FB9 ((uint32_t)0x00000200
) 2529 #define CAN_F1R2_FB10 ((uint32_t)0x00000400
) 2530 #define CAN_F1R2_FB11 ((uint32_t)0x00000800
) 2531 #define CAN_F1R2_FB12 ((uint32_t)0x00001000
) 2532 #define CAN_F1R2_FB13 ((uint32_t)0x00002000
) 2533 #define CAN_F1R2_FB14 ((uint32_t)0x00004000
) 2534 #define CAN_F1R2_FB15 ((uint32_t)0x00008000
) 2535 #define CAN_F1R2_FB16 ((uint32_t)0x00010000
) 2536 #define CAN_F1R2_FB17 ((uint32_t)0x00020000
) 2537 #define CAN_F1R2_FB18 ((uint32_t)0x00040000
) 2538 #define CAN_F1R2_FB19 ((uint32_t)0x00080000
) 2539 #define CAN_F1R2_FB20 ((uint32_t)0x00100000
) 2540 #define CAN_F1R2_FB21 ((uint32_t)0x00200000
) 2541 #define CAN_F1R2_FB22 ((uint32_t)0x00400000
) 2542 #define CAN_F1R2_FB23 ((uint32_t)0x00800000
) 2543 #define CAN_F1R2_FB24 ((uint32_t)0x01000000
) 2544 #define CAN_F1R2_FB25 ((uint32_t)0x02000000
) 2545 #define CAN_F1R2_FB26 ((uint32_t)0x04000000
) 2546 #define CAN_F1R2_FB27 ((uint32_t)0x08000000
) 2547 #define CAN_F1R2_FB28 ((uint32_t)0x10000000
) 2548 #define CAN_F1R2_FB29 ((uint32_t)0x20000000
) 2549 #define CAN_F1R2_FB30 ((uint32_t)0x40000000
) 2550 #define CAN_F1R2_FB31 ((uint32_t)0x80000000
) 2553 #define CAN_F2R2_FB0 ((uint32_t)0x00000001
) 2554 #define CAN_F2R2_FB1 ((uint32_t)0x00000002
) 2555 #define CAN_F2R2_FB2 ((uint32_t)0x00000004
) 2556 #define CAN_F2R2_FB3 ((uint32_t)0x00000008
) 2557 #define CAN_F2R2_FB4 ((uint32_t)0x00000010
) 2558 #define CAN_F2R2_FB5 ((uint32_t)0x00000020
) 2559 #define CAN_F2R2_FB6 ((uint32_t)0x00000040
) 2560 #define CAN_F2R2_FB7 ((uint32_t)0x00000080
) 2561 #define CAN_F2R2_FB8 ((uint32_t)0x00000100
) 2562 #define CAN_F2R2_FB9 ((uint32_t)0x00000200
) 2563 #define CAN_F2R2_FB10 ((uint32_t)0x00000400
) 2564 #define CAN_F2R2_FB11 ((uint32_t)0x00000800
) 2565 #define CAN_F2R2_FB12 ((uint32_t)0x00001000
) 2566 #define CAN_F2R2_FB13 ((uint32_t)0x00002000
) 2567 #define CAN_F2R2_FB14 ((uint32_t)0x00004000
) 2568 #define CAN_F2R2_FB15 ((uint32_t)0x00008000
) 2569 #define CAN_F2R2_FB16 ((uint32_t)0x00010000
) 2570 #define CAN_F2R2_FB17 ((uint32_t)0x00020000
) 2571 #define CAN_F2R2_FB18 ((uint32_t)0x00040000
) 2572 #define CAN_F2R2_FB19 ((uint32_t)0x00080000
) 2573 #define CAN_F2R2_FB20 ((uint32_t)0x00100000
) 2574 #define CAN_F2R2_FB21 ((uint32_t)0x00200000
) 2575 #define CAN_F2R2_FB22 ((uint32_t)0x00400000
) 2576 #define CAN_F2R2_FB23 ((uint32_t)0x00800000
) 2577 #define CAN_F2R2_FB24 ((uint32_t)0x01000000
) 2578 #define CAN_F2R2_FB25 ((uint32_t)0x02000000
) 2579 #define CAN_F2R2_FB26 ((uint32_t)0x04000000
) 2580 #define CAN_F2R2_FB27 ((uint32_t)0x08000000
) 2581 #define CAN_F2R2_FB28 ((uint32_t)0x10000000
) 2582 #define CAN_F2R2_FB29 ((uint32_t)0x20000000
) 2583 #define CAN_F2R2_FB30 ((uint32_t)0x40000000
) 2584 #define CAN_F2R2_FB31 ((uint32_t)0x80000000
) 2587 #define CAN_F3R2_FB0 ((uint32_t)0x00000001
) 2588 #define CAN_F3R2_FB1 ((uint32_t)0x00000002
) 2589 #define CAN_F3R2_FB2 ((uint32_t)0x00000004
) 2590 #define CAN_F3R2_FB3 ((uint32_t)0x00000008
) 2591 #define CAN_F3R2_FB4 ((uint32_t)0x00000010
) 2592 #define CAN_F3R2_FB5 ((uint32_t)0x00000020
) 2593 #define CAN_F3R2_FB6 ((uint32_t)0x00000040
) 2594 #define CAN_F3R2_FB7 ((uint32_t)0x00000080
) 2595 #define CAN_F3R2_FB8 ((uint32_t)0x00000100
) 2596 #define CAN_F3R2_FB9 ((uint32_t)0x00000200
) 2597 #define CAN_F3R2_FB10 ((uint32_t)0x00000400
) 2598 #define CAN_F3R2_FB11 ((uint32_t)0x00000800
) 2599 #define CAN_F3R2_FB12 ((uint32_t)0x00001000
) 2600 #define CAN_F3R2_FB13 ((uint32_t)0x00002000
) 2601 #define CAN_F3R2_FB14 ((uint32_t)0x00004000
) 2602 #define CAN_F3R2_FB15 ((uint32_t)0x00008000
) 2603 #define CAN_F3R2_FB16 ((uint32_t)0x00010000
) 2604 #define CAN_F3R2_FB17 ((uint32_t)0x00020000
) 2605 #define CAN_F3R2_FB18 ((uint32_t)0x00040000
) 2606 #define CAN_F3R2_FB19 ((uint32_t)0x00080000
) 2607 #define CAN_F3R2_FB20 ((uint32_t)0x00100000
) 2608 #define CAN_F3R2_FB21 ((uint32_t)0x00200000
) 2609 #define CAN_F3R2_FB22 ((uint32_t)0x00400000
) 2610 #define CAN_F3R2_FB23 ((uint32_t)0x00800000
) 2611 #define CAN_F3R2_FB24 ((uint32_t)0x01000000
) 2612 #define CAN_F3R2_FB25 ((uint32_t)0x02000000
) 2613 #define CAN_F3R2_FB26 ((uint32_t)0x04000000
) 2614 #define CAN_F3R2_FB27 ((uint32_t)0x08000000
) 2615 #define CAN_F3R2_FB28 ((uint32_t)0x10000000
) 2616 #define CAN_F3R2_FB29 ((uint32_t)0x20000000
) 2617 #define CAN_F3R2_FB30 ((uint32_t)0x40000000
) 2618 #define CAN_F3R2_FB31 ((uint32_t)0x80000000
) 2621 #define CAN_F4R2_FB0 ((uint32_t)0x00000001
) 2622 #define CAN_F4R2_FB1 ((uint32_t)0x00000002
) 2623 #define CAN_F4R2_FB2 ((uint32_t)0x00000004
) 2624 #define CAN_F4R2_FB3 ((uint32_t)0x00000008
) 2625 #define CAN_F4R2_FB4 ((uint32_t)0x00000010
) 2626 #define CAN_F4R2_FB5 ((uint32_t)0x00000020
) 2627 #define CAN_F4R2_FB6 ((uint32_t)0x00000040
) 2628 #define CAN_F4R2_FB7 ((uint32_t)0x00000080
) 2629 #define CAN_F4R2_FB8 ((uint32_t)0x00000100
) 2630 #define CAN_F4R2_FB9 ((uint32_t)0x00000200
) 2631 #define CAN_F4R2_FB10 ((uint32_t)0x00000400
) 2632 #define CAN_F4R2_FB11 ((uint32_t)0x00000800
) 2633 #define CAN_F4R2_FB12 ((uint32_t)0x00001000
) 2634 #define CAN_F4R2_FB13 ((uint32_t)0x00002000
) 2635 #define CAN_F4R2_FB14 ((uint32_t)0x00004000
) 2636 #define CAN_F4R2_FB15 ((uint32_t)0x00008000
) 2637 #define CAN_F4R2_FB16 ((uint32_t)0x00010000
) 2638 #define CAN_F4R2_FB17 ((uint32_t)0x00020000
) 2639 #define CAN_F4R2_FB18 ((uint32_t)0x00040000
) 2640 #define CAN_F4R2_FB19 ((uint32_t)0x00080000
) 2641 #define CAN_F4R2_FB20 ((uint32_t)0x00100000
) 2642 #define CAN_F4R2_FB21 ((uint32_t)0x00200000
) 2643 #define CAN_F4R2_FB22 ((uint32_t)0x00400000
) 2644 #define CAN_F4R2_FB23 ((uint32_t)0x00800000
) 2645 #define CAN_F4R2_FB24 ((uint32_t)0x01000000
) 2646 #define CAN_F4R2_FB25 ((uint32_t)0x02000000
) 2647 #define CAN_F4R2_FB26 ((uint32_t)0x04000000
) 2648 #define CAN_F4R2_FB27 ((uint32_t)0x08000000
) 2649 #define CAN_F4R2_FB28 ((uint32_t)0x10000000
) 2650 #define CAN_F4R2_FB29 ((uint32_t)0x20000000
) 2651 #define CAN_F4R2_FB30 ((uint32_t)0x40000000
) 2652 #define CAN_F4R2_FB31 ((uint32_t)0x80000000
) 2655 #define CAN_F5R2_FB0 ((uint32_t)0x00000001
) 2656 #define CAN_F5R2_FB1 ((uint32_t)0x00000002
) 2657 #define CAN_F5R2_FB2 ((uint32_t)0x00000004
) 2658 #define CAN_F5R2_FB3 ((uint32_t)0x00000008
) 2659 #define CAN_F5R2_FB4 ((uint32_t)0x00000010
) 2660 #define CAN_F5R2_FB5 ((uint32_t)0x00000020
) 2661 #define CAN_F5R2_FB6 ((uint32_t)0x00000040
) 2662 #define CAN_F5R2_FB7 ((uint32_t)0x00000080
) 2663 #define CAN_F5R2_FB8 ((uint32_t)0x00000100
) 2664 #define CAN_F5R2_FB9 ((uint32_t)0x00000200
) 2665 #define CAN_F5R2_FB10 ((uint32_t)0x00000400
) 2666 #define CAN_F5R2_FB11 ((uint32_t)0x00000800
) 2667 #define CAN_F5R2_FB12 ((uint32_t)0x00001000
) 2668 #define CAN_F5R2_FB13 ((uint32_t)0x00002000
) 2669 #define CAN_F5R2_FB14 ((uint32_t)0x00004000
) 2670 #define CAN_F5R2_FB15 ((uint32_t)0x00008000
) 2671 #define CAN_F5R2_FB16 ((uint32_t)0x00010000
) 2672 #define CAN_F5R2_FB17 ((uint32_t)0x00020000
) 2673 #define CAN_F5R2_FB18 ((uint32_t)0x00040000
) 2674 #define CAN_F5R2_FB19 ((uint32_t)0x00080000
) 2675 #define CAN_F5R2_FB20 ((uint32_t)0x00100000
) 2676 #define CAN_F5R2_FB21 ((uint32_t)0x00200000
) 2677 #define CAN_F5R2_FB22 ((uint32_t)0x00400000
) 2678 #define CAN_F5R2_FB23 ((uint32_t)0x00800000
) 2679 #define CAN_F5R2_FB24 ((uint32_t)0x01000000
) 2680 #define CAN_F5R2_FB25 ((uint32_t)0x02000000
) 2681 #define CAN_F5R2_FB26 ((uint32_t)0x04000000
) 2682 #define CAN_F5R2_FB27 ((uint32_t)0x08000000
) 2683 #define CAN_F5R2_FB28 ((uint32_t)0x10000000
) 2684 #define CAN_F5R2_FB29 ((uint32_t)0x20000000
) 2685 #define CAN_F5R2_FB30 ((uint32_t)0x40000000
) 2686 #define CAN_F5R2_FB31 ((uint32_t)0x80000000
) 2689 #define CAN_F6R2_FB0 ((uint32_t)0x00000001
) 2690 #define CAN_F6R2_FB1 ((uint32_t)0x00000002
) 2691 #define CAN_F6R2_FB2 ((uint32_t)0x00000004
) 2692 #define CAN_F6R2_FB3 ((uint32_t)0x00000008
) 2693 #define CAN_F6R2_FB4 ((uint32_t)0x00000010
) 2694 #define CAN_F6R2_FB5 ((uint32_t)0x00000020
) 2695 #define CAN_F6R2_FB6 ((uint32_t)0x00000040
) 2696 #define CAN_F6R2_FB7 ((uint32_t)0x00000080
) 2697 #define CAN_F6R2_FB8 ((uint32_t)0x00000100
) 2698 #define CAN_F6R2_FB9 ((uint32_t)0x00000200
) 2699 #define CAN_F6R2_FB10 ((uint32_t)0x00000400
) 2700 #define CAN_F6R2_FB11 ((uint32_t)0x00000800
) 2701 #define CAN_F6R2_FB12 ((uint32_t)0x00001000
) 2702 #define CAN_F6R2_FB13 ((uint32_t)0x00002000
) 2703 #define CAN_F6R2_FB14 ((uint32_t)0x00004000
) 2704 #define CAN_F6R2_FB15 ((uint32_t)0x00008000
) 2705 #define CAN_F6R2_FB16 ((uint32_t)0x00010000
) 2706 #define CAN_F6R2_FB17 ((uint32_t)0x00020000
) 2707 #define CAN_F6R2_FB18 ((uint32_t)0x00040000
) 2708 #define CAN_F6R2_FB19 ((uint32_t)0x00080000
) 2709 #define CAN_F6R2_FB20 ((uint32_t)0x00100000
) 2710 #define CAN_F6R2_FB21 ((uint32_t)0x00200000
) 2711 #define CAN_F6R2_FB22 ((uint32_t)0x00400000
) 2712 #define CAN_F6R2_FB23 ((uint32_t)0x00800000
) 2713 #define CAN_F6R2_FB24 ((uint32_t)0x01000000
) 2714 #define CAN_F6R2_FB25 ((uint32_t)0x02000000
) 2715 #define CAN_F6R2_FB26 ((uint32_t)0x04000000
) 2716 #define CAN_F6R2_FB27 ((uint32_t)0x08000000
) 2717 #define CAN_F6R2_FB28 ((uint32_t)0x10000000
) 2718 #define CAN_F6R2_FB29 ((uint32_t)0x20000000
) 2719 #define CAN_F6R2_FB30 ((uint32_t)0x40000000
) 2720 #define CAN_F6R2_FB31 ((uint32_t)0x80000000
) 2723 #define CAN_F7R2_FB0 ((uint32_t)0x00000001
) 2724 #define CAN_F7R2_FB1 ((uint32_t)0x00000002
) 2725 #define CAN_F7R2_FB2 ((uint32_t)0x00000004
) 2726 #define CAN_F7R2_FB3 ((uint32_t)0x00000008
) 2727 #define CAN_F7R2_FB4 ((uint32_t)0x00000010
) 2728 #define CAN_F7R2_FB5 ((uint32_t)0x00000020
) 2729 #define CAN_F7R2_FB6 ((uint32_t)0x00000040
) 2730 #define CAN_F7R2_FB7 ((uint32_t)0x00000080
) 2731 #define CAN_F7R2_FB8 ((uint32_t)0x00000100
) 2732 #define CAN_F7R2_FB9 ((uint32_t)0x00000200
) 2733 #define CAN_F7R2_FB10 ((uint32_t)0x00000400
) 2734 #define CAN_F7R2_FB11 ((uint32_t)0x00000800
) 2735 #define CAN_F7R2_FB12 ((uint32_t)0x00001000
) 2736 #define CAN_F7R2_FB13 ((uint32_t)0x00002000
) 2737 #define CAN_F7R2_FB14 ((uint32_t)0x00004000
) 2738 #define CAN_F7R2_FB15 ((uint32_t)0x00008000
) 2739 #define CAN_F7R2_FB16 ((uint32_t)0x00010000
) 2740 #define CAN_F7R2_FB17 ((uint32_t)0x00020000
) 2741 #define CAN_F7R2_FB18 ((uint32_t)0x00040000
) 2742 #define CAN_F7R2_FB19 ((uint32_t)0x00080000
) 2743 #define CAN_F7R2_FB20 ((uint32_t)0x00100000
) 2744 #define CAN_F7R2_FB21 ((uint32_t)0x00200000
) 2745 #define CAN_F7R2_FB22 ((uint32_t)0x00400000
) 2746 #define CAN_F7R2_FB23 ((uint32_t)0x00800000
) 2747 #define CAN_F7R2_FB24 ((uint32_t)0x01000000
) 2748 #define CAN_F7R2_FB25 ((uint32_t)0x02000000
) 2749 #define CAN_F7R2_FB26 ((uint32_t)0x04000000
) 2750 #define CAN_F7R2_FB27 ((uint32_t)0x08000000
) 2751 #define CAN_F7R2_FB28 ((uint32_t)0x10000000
) 2752 #define CAN_F7R2_FB29 ((uint32_t)0x20000000
) 2753 #define CAN_F7R2_FB30 ((uint32_t)0x40000000
) 2754 #define CAN_F7R2_FB31 ((uint32_t)0x80000000
) 2757 #define CAN_F8R2_FB0 ((uint32_t)0x00000001
) 2758 #define CAN_F8R2_FB1 ((uint32_t)0x00000002
) 2759 #define CAN_F8R2_FB2 ((uint32_t)0x00000004
) 2760 #define CAN_F8R2_FB3 ((uint32_t)0x00000008
) 2761 #define CAN_F8R2_FB4 ((uint32_t)0x00000010
) 2762 #define CAN_F8R2_FB5 ((uint32_t)0x00000020
) 2763 #define CAN_F8R2_FB6 ((uint32_t)0x00000040
) 2764 #define CAN_F8R2_FB7 ((uint32_t)0x00000080
) 2765 #define CAN_F8R2_FB8 ((uint32_t)0x00000100
) 2766 #define CAN_F8R2_FB9 ((uint32_t)0x00000200
) 2767 #define CAN_F8R2_FB10 ((uint32_t)0x00000400
) 2768 #define CAN_F8R2_FB11 ((uint32_t)0x00000800
) 2769 #define CAN_F8R2_FB12 ((uint32_t)0x00001000
) 2770 #define CAN_F8R2_FB13 ((uint32_t)0x00002000
) 2771 #define CAN_F8R2_FB14 ((uint32_t)0x00004000
) 2772 #define CAN_F8R2_FB15 ((uint32_t)0x00008000
) 2773 #define CAN_F8R2_FB16 ((uint32_t)0x00010000
) 2774 #define CAN_F8R2_FB17 ((uint32_t)0x00020000
) 2775 #define CAN_F8R2_FB18 ((uint32_t)0x00040000
) 2776 #define CAN_F8R2_FB19 ((uint32_t)0x00080000
) 2777 #define CAN_F8R2_FB20 ((uint32_t)0x00100000
) 2778 #define CAN_F8R2_FB21 ((uint32_t)0x00200000
) 2779 #define CAN_F8R2_FB22 ((uint32_t)0x00400000
) 2780 #define CAN_F8R2_FB23 ((uint32_t)0x00800000
) 2781 #define CAN_F8R2_FB24 ((uint32_t)0x01000000
) 2782 #define CAN_F8R2_FB25 ((uint32_t)0x02000000
) 2783 #define CAN_F8R2_FB26 ((uint32_t)0x04000000
) 2784 #define CAN_F8R2_FB27 ((uint32_t)0x08000000
) 2785 #define CAN_F8R2_FB28 ((uint32_t)0x10000000
) 2786 #define CAN_F8R2_FB29 ((uint32_t)0x20000000
) 2787 #define CAN_F8R2_FB30 ((uint32_t)0x40000000
) 2788 #define CAN_F8R2_FB31 ((uint32_t)0x80000000
) 2791 #define CAN_F9R2_FB0 ((uint32_t)0x00000001
) 2792 #define CAN_F9R2_FB1 ((uint32_t)0x00000002
) 2793 #define CAN_F9R2_FB2 ((uint32_t)0x00000004
) 2794 #define CAN_F9R2_FB3 ((uint32_t)0x00000008
) 2795 #define CAN_F9R2_FB4 ((uint32_t)0x00000010
) 2796 #define CAN_F9R2_FB5 ((uint32_t)0x00000020
) 2797 #define CAN_F9R2_FB6 ((uint32_t)0x00000040
) 2798 #define CAN_F9R2_FB7 ((uint32_t)0x00000080
) 2799 #define CAN_F9R2_FB8 ((uint32_t)0x00000100
) 2800 #define CAN_F9R2_FB9 ((uint32_t)0x00000200
) 2801 #define CAN_F9R2_FB10 ((uint32_t)0x00000400
) 2802 #define CAN_F9R2_FB11 ((uint32_t)0x00000800
) 2803 #define CAN_F9R2_FB12 ((uint32_t)0x00001000
) 2804 #define CAN_F9R2_FB13 ((uint32_t)0x00002000
) 2805 #define CAN_F9R2_FB14 ((uint32_t)0x00004000
) 2806 #define CAN_F9R2_FB15 ((uint32_t)0x00008000
) 2807 #define CAN_F9R2_FB16 ((uint32_t)0x00010000
) 2808 #define CAN_F9R2_FB17 ((uint32_t)0x00020000
) 2809 #define CAN_F9R2_FB18 ((uint32_t)0x00040000
) 2810 #define CAN_F9R2_FB19 ((uint32_t)0x00080000
) 2811 #define CAN_F9R2_FB20 ((uint32_t)0x00100000
) 2812 #define CAN_F9R2_FB21 ((uint32_t)0x00200000
) 2813 #define CAN_F9R2_FB22 ((uint32_t)0x00400000
) 2814 #define CAN_F9R2_FB23 ((uint32_t)0x00800000
) 2815 #define CAN_F9R2_FB24 ((uint32_t)0x01000000
) 2816 #define CAN_F9R2_FB25 ((uint32_t)0x02000000
) 2817 #define CAN_F9R2_FB26 ((uint32_t)0x04000000
) 2818 #define CAN_F9R2_FB27 ((uint32_t)0x08000000
) 2819 #define CAN_F9R2_FB28 ((uint32_t)0x10000000
) 2820 #define CAN_F9R2_FB29 ((uint32_t)0x20000000
) 2821 #define CAN_F9R2_FB30 ((uint32_t)0x40000000
) 2822 #define CAN_F9R2_FB31 ((uint32_t)0x80000000
) 2825 #define CAN_F10R2_FB0 ((uint32_t)0x00000001
) 2826 #define CAN_F10R2_FB1 ((uint32_t)0x00000002
) 2827 #define CAN_F10R2_FB2 ((uint32_t)0x00000004
) 2828 #define CAN_F10R2_FB3 ((uint32_t)0x00000008
) 2829 #define CAN_F10R2_FB4 ((uint32_t)0x00000010
) 2830 #define CAN_F10R2_FB5 ((uint32_t)0x00000020
) 2831 #define CAN_F10R2_FB6 ((uint32_t)0x00000040
) 2832 #define CAN_F10R2_FB7 ((uint32_t)0x00000080
) 2833 #define CAN_F10R2_FB8 ((uint32_t)0x00000100
) 2834 #define CAN_F10R2_FB9 ((uint32_t)0x00000200
) 2835 #define CAN_F10R2_FB10 ((uint32_t)0x00000400
) 2836 #define CAN_F10R2_FB11 ((uint32_t)0x00000800
) 2837 #define CAN_F10R2_FB12 ((uint32_t)0x00001000
) 2838 #define CAN_F10R2_FB13 ((uint32_t)0x00002000
) 2839 #define CAN_F10R2_FB14 ((uint32_t)0x00004000
) 2840 #define CAN_F10R2_FB15 ((uint32_t)0x00008000
) 2841 #define CAN_F10R2_FB16 ((uint32_t)0x00010000
) 2842 #define CAN_F10R2_FB17 ((uint32_t)0x00020000
) 2843 #define CAN_F10R2_FB18 ((uint32_t)0x00040000
) 2844 #define CAN_F10R2_FB19 ((uint32_t)0x00080000
) 2845 #define CAN_F10R2_FB20 ((uint32_t)0x00100000
) 2846 #define CAN_F10R2_FB21 ((uint32_t)0x00200000
) 2847 #define CAN_F10R2_FB22 ((uint32_t)0x00400000
) 2848 #define CAN_F10R2_FB23 ((uint32_t)0x00800000
) 2849 #define CAN_F10R2_FB24 ((uint32_t)0x01000000
) 2850 #define CAN_F10R2_FB25 ((uint32_t)0x02000000
) 2851 #define CAN_F10R2_FB26 ((uint32_t)0x04000000
) 2852 #define CAN_F10R2_FB27 ((uint32_t)0x08000000
) 2853 #define CAN_F10R2_FB28 ((uint32_t)0x10000000
) 2854 #define CAN_F10R2_FB29 ((uint32_t)0x20000000
) 2855 #define CAN_F10R2_FB30 ((uint32_t)0x40000000
) 2856 #define CAN_F10R2_FB31 ((uint32_t)0x80000000
) 2859 #define CAN_F11R2_FB0 ((uint32_t)0x00000001
) 2860 #define CAN_F11R2_FB1 ((uint32_t)0x00000002
) 2861 #define CAN_F11R2_FB2 ((uint32_t)0x00000004
) 2862 #define CAN_F11R2_FB3 ((uint32_t)0x00000008
) 2863 #define CAN_F11R2_FB4 ((uint32_t)0x00000010
) 2864 #define CAN_F11R2_FB5 ((uint32_t)0x00000020
) 2865 #define CAN_F11R2_FB6 ((uint32_t)0x00000040
) 2866 #define CAN_F11R2_FB7 ((uint32_t)0x00000080
) 2867 #define CAN_F11R2_FB8 ((uint32_t)0x00000100
) 2868 #define CAN_F11R2_FB9 ((uint32_t)0x00000200
) 2869 #define CAN_F11R2_FB10 ((uint32_t)0x00000400
) 2870 #define CAN_F11R2_FB11 ((uint32_t)0x00000800
) 2871 #define CAN_F11R2_FB12 ((uint32_t)0x00001000
) 2872 #define CAN_F11R2_FB13 ((uint32_t)0x00002000
) 2873 #define CAN_F11R2_FB14 ((uint32_t)0x00004000
) 2874 #define CAN_F11R2_FB15 ((uint32_t)0x00008000
) 2875 #define CAN_F11R2_FB16 ((uint32_t)0x00010000
) 2876 #define CAN_F11R2_FB17 ((uint32_t)0x00020000
) 2877 #define CAN_F11R2_FB18 ((uint32_t)0x00040000
) 2878 #define CAN_F11R2_FB19 ((uint32_t)0x00080000
) 2879 #define CAN_F11R2_FB20 ((uint32_t)0x00100000
) 2880 #define CAN_F11R2_FB21 ((uint32_t)0x00200000
) 2881 #define CAN_F11R2_FB22 ((uint32_t)0x00400000
) 2882 #define CAN_F11R2_FB23 ((uint32_t)0x00800000
) 2883 #define CAN_F11R2_FB24 ((uint32_t)0x01000000
) 2884 #define CAN_F11R2_FB25 ((uint32_t)0x02000000
) 2885 #define CAN_F11R2_FB26 ((uint32_t)0x04000000
) 2886 #define CAN_F11R2_FB27 ((uint32_t)0x08000000
) 2887 #define CAN_F11R2_FB28 ((uint32_t)0x10000000
) 2888 #define CAN_F11R2_FB29 ((uint32_t)0x20000000
) 2889 #define CAN_F11R2_FB30 ((uint32_t)0x40000000
) 2890 #define CAN_F11R2_FB31 ((uint32_t)0x80000000
) 2893 #define CAN_F12R2_FB0 ((uint32_t)0x00000001
) 2894 #define CAN_F12R2_FB1 ((uint32_t)0x00000002
) 2895 #define CAN_F12R2_FB2 ((uint32_t)0x00000004
) 2896 #define CAN_F12R2_FB3 ((uint32_t)0x00000008
) 2897 #define CAN_F12R2_FB4 ((uint32_t)0x00000010
) 2898 #define CAN_F12R2_FB5 ((uint32_t)0x00000020
) 2899 #define CAN_F12R2_FB6 ((uint32_t)0x00000040
) 2900 #define CAN_F12R2_FB7 ((uint32_t)0x00000080
) 2901 #define CAN_F12R2_FB8 ((uint32_t)0x00000100
) 2902 #define CAN_F12R2_FB9 ((uint32_t)0x00000200
) 2903 #define CAN_F12R2_FB10 ((uint32_t)0x00000400
) 2904 #define CAN_F12R2_FB11 ((uint32_t)0x00000800
) 2905 #define CAN_F12R2_FB12 ((uint32_t)0x00001000
) 2906 #define CAN_F12R2_FB13 ((uint32_t)0x00002000
) 2907 #define CAN_F12R2_FB14 ((uint32_t)0x00004000
) 2908 #define CAN_F12R2_FB15 ((uint32_t)0x00008000
) 2909 #define CAN_F12R2_FB16 ((uint32_t)0x00010000
) 2910 #define CAN_F12R2_FB17 ((uint32_t)0x00020000
) 2911 #define CAN_F12R2_FB18 ((uint32_t)0x00040000
) 2912 #define CAN_F12R2_FB19 ((uint32_t)0x00080000
) 2913 #define CAN_F12R2_FB20 ((uint32_t)0x00100000
) 2914 #define CAN_F12R2_FB21 ((uint32_t)0x00200000
) 2915 #define CAN_F12R2_FB22 ((uint32_t)0x00400000
) 2916 #define CAN_F12R2_FB23 ((uint32_t)0x00800000
) 2917 #define CAN_F12R2_FB24 ((uint32_t)0x01000000
) 2918 #define CAN_F12R2_FB25 ((uint32_t)0x02000000
) 2919 #define CAN_F12R2_FB26 ((uint32_t)0x04000000
) 2920 #define CAN_F12R2_FB27 ((uint32_t)0x08000000
) 2921 #define CAN_F12R2_FB28 ((uint32_t)0x10000000
) 2922 #define CAN_F12R2_FB29 ((uint32_t)0x20000000
) 2923 #define CAN_F12R2_FB30 ((uint32_t)0x40000000
) 2924 #define CAN_F12R2_FB31 ((uint32_t)0x80000000
) 2927 #define CAN_F13R2_FB0 ((uint32_t)0x00000001
) 2928 #define CAN_F13R2_FB1 ((uint32_t)0x00000002
) 2929 #define CAN_F13R2_FB2 ((uint32_t)0x00000004
) 2930 #define CAN_F13R2_FB3 ((uint32_t)0x00000008
) 2931 #define CAN_F13R2_FB4 ((uint32_t)0x00000010
) 2932 #define CAN_F13R2_FB5 ((uint32_t)0x00000020
) 2933 #define CAN_F13R2_FB6 ((uint32_t)0x00000040
) 2934 #define CAN_F13R2_FB7 ((uint32_t)0x00000080
) 2935 #define CAN_F13R2_FB8 ((uint32_t)0x00000100
) 2936 #define CAN_F13R2_FB9 ((uint32_t)0x00000200
) 2937 #define CAN_F13R2_FB10 ((uint32_t)0x00000400
) 2938 #define CAN_F13R2_FB11 ((uint32_t)0x00000800
) 2939 #define CAN_F13R2_FB12 ((uint32_t)0x00001000
) 2940 #define CAN_F13R2_FB13 ((uint32_t)0x00002000
) 2941 #define CAN_F13R2_FB14 ((uint32_t)0x00004000
) 2942 #define CAN_F13R2_FB15 ((uint32_t)0x00008000
) 2943 #define CAN_F13R2_FB16 ((uint32_t)0x00010000
) 2944 #define CAN_F13R2_FB17 ((uint32_t)0x00020000
) 2945 #define CAN_F13R2_FB18 ((uint32_t)0x00040000
) 2946 #define CAN_F13R2_FB19 ((uint32_t)0x00080000
) 2947 #define CAN_F13R2_FB20 ((uint32_t)0x00100000
) 2948 #define CAN_F13R2_FB21 ((uint32_t)0x00200000
) 2949 #define CAN_F13R2_FB22 ((uint32_t)0x00400000
) 2950 #define CAN_F13R2_FB23 ((uint32_t)0x00800000
) 2951 #define CAN_F13R2_FB24 ((uint32_t)0x01000000
) 2952 #define CAN_F13R2_FB25 ((uint32_t)0x02000000
) 2953 #define CAN_F13R2_FB26 ((uint32_t)0x04000000
) 2954 #define CAN_F13R2_FB27 ((uint32_t)0x08000000
) 2955 #define CAN_F13R2_FB28 ((uint32_t)0x10000000
) 2956 #define CAN_F13R2_FB29 ((uint32_t)0x20000000
) 2957 #define CAN_F13R2_FB30 ((uint32_t)0x40000000
) 2958 #define CAN_F13R2_FB31 ((uint32_t)0x80000000
) 2966 #define CRC_DR_DR ((uint32_t)0xFFFFFFFF
) 2970 #define CRC_IDR_IDR ((uint32_t)0xFF
) 2974 #define CRC_CR_RESET ((uint32_t)0x01
) 2982 #define DAC_CR_EN1 ((uint32_t)0x00000001
) 2983 #define DAC_CR_BOFF1 ((uint32_t)0x00000002
) 2984 #define DAC_CR_TEN1 ((uint32_t)0x00000004
) 2986 #define DAC_CR_TSEL1 ((uint32_t)0x00000038
) 2987 #define DAC_CR_TSEL1_0 ((uint32_t)0x00000008
) 2988 #define DAC_CR_TSEL1_1 ((uint32_t)0x00000010
) 2989 #define DAC_CR_TSEL1_2 ((uint32_t)0x00000020
) 2991 #define DAC_CR_WAVE1 ((uint32_t)0x000000C0
) 2992 #define DAC_CR_WAVE1_0 ((uint32_t)0x00000040
) 2993 #define DAC_CR_WAVE1_1 ((uint32_t)0x00000080
) 2995 #define DAC_CR_MAMP1 ((uint32_t)0x00000F00
) 2996 #define DAC_CR_MAMP1_0 ((uint32_t)0x00000100
) 2997 #define DAC_CR_MAMP1_1 ((uint32_t)0x00000200
) 2998 #define DAC_CR_MAMP1_2 ((uint32_t)0x00000400
) 2999 #define DAC_CR_MAMP1_3 ((uint32_t)0x00000800
) 3001 #define DAC_CR_DMAEN1 ((uint32_t)0x00001000
) 3002 #define DAC_CR_EN2 ((uint32_t)0x00010000
) 3003 #define DAC_CR_BOFF2 ((uint32_t)0x00020000
) 3004 #define DAC_CR_TEN2 ((uint32_t)0x00040000
) 3006 #define DAC_CR_TSEL2 ((uint32_t)0x00380000
) 3007 #define DAC_CR_TSEL2_0 ((uint32_t)0x00080000
) 3008 #define DAC_CR_TSEL2_1 ((uint32_t)0x00100000
) 3009 #define DAC_CR_TSEL2_2 ((uint32_t)0x00200000
) 3011 #define DAC_CR_WAVE2 ((uint32_t)0x00C00000
) 3012 #define DAC_CR_WAVE2_0 ((uint32_t)0x00400000
) 3013 #define DAC_CR_WAVE2_1 ((uint32_t)0x00800000
) 3015 #define DAC_CR_MAMP2 ((uint32_t)0x0F000000
) 3016 #define DAC_CR_MAMP2_0 ((uint32_t)0x01000000
) 3017 #define DAC_CR_MAMP2_1 ((uint32_t)0x02000000
) 3018 #define DAC_CR_MAMP2_2 ((uint32_t)0x04000000
) 3019 #define DAC_CR_MAMP2_3 ((uint32_t)0x08000000
) 3021 #define DAC_CR_DMAEN2 ((uint32_t)0x10000000
) 3024 #define DAC_SWTRIGR_SWTRIG1 ((uint32_t)0x01
) 3025 #define DAC_SWTRIGR_SWTRIG2 ((uint32_t)0x02
) 3028 #define DAC_DHR12R1_DACC1DHR ((uint32_t)0x0FFF
) 3031 #define DAC_DHR12L1_DACC1DHR ((uint32_t)0xFFF0
) 3034 #define DAC_DHR8R1_DACC1DHR ((uint32_t)0xFF
) 3037 #define DAC_DHR12R2_DACC2DHR ((uint32_t)0x0FFF
) 3040 #define DAC_DHR12L2_DACC2DHR ((uint32_t)0xFFF0
) 3043 #define DAC_DHR8R2_DACC2DHR ((uint32_t)0xFF
) 3046 #define DAC_DHR12RD_DACC1DHR ((uint32_t)0x00000FFF
) 3047 #define DAC_DHR12RD_DACC2DHR ((uint32_t)0x0FFF0000
) 3050 #define DAC_DHR12LD_DACC1DHR ((uint32_t)0x0000FFF0
) 3051 #define DAC_DHR12LD_DACC2DHR ((uint32_t)0xFFF00000
) 3054 #define DAC_DHR8RD_DACC1DHR ((uint32_t)0x00FF
) 3055 #define DAC_DHR8RD_DACC2DHR ((uint32_t)0xFF00
) 3058 #define DAC_DOR1_DACC1DOR ((uint32_t)0x0FFF
) 3061 #define DAC_DOR2_DACC2DOR ((uint32_t)0x0FFF
) 3064 #define DAC_SR_DMAUDR1 ((uint32_t)0x00002000
) 3065 #define DAC_SR_DMAUDR2 ((uint32_t)0x20000000
) 3079 #define DCMI_CR_CAPTURE ((uint32_t)0x00000001
) 3080 #define DCMI_CR_CM ((uint32_t)0x00000002
) 3081 #define DCMI_CR_CROP ((uint32_t)0x00000004
) 3082 #define DCMI_CR_JPEG ((uint32_t)0x00000008
) 3083 #define DCMI_CR_ESS ((uint32_t)0x00000010
) 3084 #define DCMI_CR_PCKPOL ((uint32_t)0x00000020
) 3085 #define DCMI_CR_HSPOL ((uint32_t)0x00000040
) 3086 #define DCMI_CR_VSPOL ((uint32_t)0x00000080
) 3087 #define DCMI_CR_FCRC_0 ((uint32_t)0x00000100
) 3088 #define DCMI_CR_FCRC_1 ((uint32_t)0x00000200
) 3089 #define DCMI_CR_EDM_0 ((uint32_t)0x00000400
) 3090 #define DCMI_CR_EDM_1 ((uint32_t)0x00000800
) 3091 #define DCMI_CR_CRE ((uint32_t)0x00001000
) 3092 #define DCMI_CR_ENABLE ((uint32_t)0x00004000
) 3095 #define DCMI_SR_HSYNC ((uint32_t)0x00000001
) 3096 #define DCMI_SR_VSYNC ((uint32_t)0x00000002
) 3097 #define DCMI_SR_FNE ((uint32_t)0x00000004
) 3100 #define DCMI_RISR_FRAME_RIS ((uint32_t)0x00000001
) 3101 #define DCMI_RISR_OVF_RIS ((uint32_t)0x00000002
) 3102 #define DCMI_RISR_ERR_RIS ((uint32_t)0x00000004
) 3103 #define DCMI_RISR_VSYNC_RIS ((uint32_t)0x00000008
) 3104 #define DCMI_RISR_LINE_RIS ((uint32_t)0x00000010
) 3107 #define DCMI_IER_FRAME_IE ((uint32_t)0x00000001
) 3108 #define DCMI_IER_OVF_IE ((uint32_t)0x00000002
) 3109 #define DCMI_IER_ERR_IE ((uint32_t)0x00000004
) 3110 #define DCMI_IER_VSYNC_IE ((uint32_t)0x00000008
) 3111 #define DCMI_IER_LINE_IE ((uint32_t)0x00000010
) 3114 #define DCMI_MISR_FRAME_MIS ((uint32_t)0x00000001
) 3115 #define DCMI_MISR_OVF_MIS ((uint32_t)0x00000002
) 3116 #define DCMI_MISR_ERR_MIS ((uint32_t)0x00000004
) 3117 #define DCMI_MISR_VSYNC_MIS ((uint32_t)0x00000008
) 3118 #define DCMI_MISR_LINE_MIS ((uint32_t)0x00000010
) 3121 #define DCMI_ICR_FRAME_ISC ((uint32_t)0x00000001
) 3122 #define DCMI_ICR_OVF_ISC ((uint32_t)0x00000002
) 3123 #define DCMI_ICR_ERR_ISC ((uint32_t)0x00000004
) 3124 #define DCMI_ICR_VSYNC_ISC ((uint32_t)0x00000008
) 3125 #define DCMI_ICR_LINE_ISC ((uint32_t)0x00000010
) 3133 #define DMA_SxCR_CHSEL ((uint32_t)0x0E000000
) 3134 #define DMA_SxCR_CHSEL_0 ((uint32_t)0x02000000
) 3135 #define DMA_SxCR_CHSEL_1 ((uint32_t)0x04000000
) 3136 #define DMA_SxCR_CHSEL_2 ((uint32_t)0x08000000
) 3137 #define DMA_SxCR_MBURST ((uint32_t)0x01800000
) 3138 #define DMA_SxCR_MBURST_0 ((uint32_t)0x00800000
) 3139 #define DMA_SxCR_MBURST_1 ((uint32_t)0x01000000
) 3140 #define DMA_SxCR_PBURST ((uint32_t)0x00600000
) 3141 #define DMA_SxCR_PBURST_0 ((uint32_t)0x00200000
) 3142 #define DMA_SxCR_PBURST_1 ((uint32_t)0x00400000
) 3143 #define DMA_SxCR_ACK ((uint32_t)0x00100000
) 3144 #define DMA_SxCR_CT ((uint32_t)0x00080000
) 3145 #define DMA_SxCR_DBM ((uint32_t)0x00040000
) 3146 #define DMA_SxCR_PL ((uint32_t)0x00030000
) 3147 #define DMA_SxCR_PL_0 ((uint32_t)0x00010000
) 3148 #define DMA_SxCR_PL_1 ((uint32_t)0x00020000
) 3149 #define DMA_SxCR_PINCOS ((uint32_t)0x00008000
) 3150 #define DMA_SxCR_MSIZE ((uint32_t)0x00006000
) 3151 #define DMA_SxCR_MSIZE_0 ((uint32_t)0x00002000
) 3152 #define DMA_SxCR_MSIZE_1 ((uint32_t)0x00004000
) 3153 #define DMA_SxCR_PSIZE ((uint32_t)0x00001800
) 3154 #define DMA_SxCR_PSIZE_0 ((uint32_t)0x00000800
) 3155 #define DMA_SxCR_PSIZE_1 ((uint32_t)0x00001000
) 3156 #define DMA_SxCR_MINC ((uint32_t)0x00000400
) 3157 #define DMA_SxCR_PINC ((uint32_t)0x00000200
) 3158 #define DMA_SxCR_CIRC ((uint32_t)0x00000100
) 3159 #define DMA_SxCR_DIR ((uint32_t)0x000000C0
) 3160 #define DMA_SxCR_DIR_0 ((uint32_t)0x00000040
) 3161 #define DMA_SxCR_DIR_1 ((uint32_t)0x00000080
) 3162 #define DMA_SxCR_PFCTRL ((uint32_t)0x00000020
) 3163 #define DMA_SxCR_TCIE ((uint32_t)0x00000010
) 3164 #define DMA_SxCR_HTIE ((uint32_t)0x00000008
) 3165 #define DMA_SxCR_TEIE ((uint32_t)0x00000004
) 3166 #define DMA_SxCR_DMEIE ((uint32_t)0x00000002
) 3167 #define DMA_SxCR_EN ((uint32_t)0x00000001
) 3170 #define DMA_SxNDT ((uint32_t)0x0000FFFF
) 3171 #define DMA_SxNDT_0 ((uint32_t)0x00000001
) 3172 #define DMA_SxNDT_1 ((uint32_t)0x00000002
) 3173 #define DMA_SxNDT_2 ((uint32_t)0x00000004
) 3174 #define DMA_SxNDT_3 ((uint32_t)0x00000008
) 3175 #define DMA_SxNDT_4 ((uint32_t)0x00000010
) 3176 #define DMA_SxNDT_5 ((uint32_t)0x00000020
) 3177 #define DMA_SxNDT_6 ((uint32_t)0x00000040
) 3178 #define DMA_SxNDT_7 ((uint32_t)0x00000080
) 3179 #define DMA_SxNDT_8 ((uint32_t)0x00000100
) 3180 #define DMA_SxNDT_9 ((uint32_t)0x00000200
) 3181 #define DMA_SxNDT_10 ((uint32_t)0x00000400
) 3182 #define DMA_SxNDT_11 ((uint32_t)0x00000800
) 3183 #define DMA_SxNDT_12 ((uint32_t)0x00001000
) 3184 #define DMA_SxNDT_13 ((uint32_t)0x00002000
) 3185 #define DMA_SxNDT_14 ((uint32_t)0x00004000
) 3186 #define DMA_SxNDT_15 ((uint32_t)0x00008000
) 3189 #define DMA_SxFCR_FEIE ((uint32_t)0x00000080
) 3190 #define DMA_SxFCR_FS ((uint32_t)0x00000038
) 3191 #define DMA_SxFCR_FS_0 ((uint32_t)0x00000008
) 3192 #define DMA_SxFCR_FS_1 ((uint32_t)0x00000010
) 3193 #define DMA_SxFCR_FS_2 ((uint32_t)0x00000020
) 3194 #define DMA_SxFCR_DMDIS ((uint32_t)0x00000004
) 3195 #define DMA_SxFCR_FTH ((uint32_t)0x00000003
) 3196 #define DMA_SxFCR_FTH_0 ((uint32_t)0x00000001
) 3197 #define DMA_SxFCR_FTH_1 ((uint32_t)0x00000002
) 3200 #define DMA_LISR_TCIF3 ((uint32_t)0x08000000
) 3201 #define DMA_LISR_HTIF3 ((uint32_t)0x04000000
) 3202 #define DMA_LISR_TEIF3 ((uint32_t)0x02000000
) 3203 #define DMA_LISR_DMEIF3 ((uint32_t)0x01000000
) 3204 #define DMA_LISR_FEIF3 ((uint32_t)0x00400000
) 3205 #define DMA_LISR_TCIF2 ((uint32_t)0x00200000
) 3206 #define DMA_LISR_HTIF2 ((uint32_t)0x00100000
) 3207 #define DMA_LISR_TEIF2 ((uint32_t)0x00080000
) 3208 #define DMA_LISR_DMEIF2 ((uint32_t)0x00040000
) 3209 #define DMA_LISR_FEIF2 ((uint32_t)0x00010000
) 3210 #define DMA_LISR_TCIF1 ((uint32_t)0x00000800
) 3211 #define DMA_LISR_HTIF1 ((uint32_t)0x00000400
) 3212 #define DMA_LISR_TEIF1 ((uint32_t)0x00000200
) 3213 #define DMA_LISR_DMEIF1 ((uint32_t)0x00000100
) 3214 #define DMA_LISR_FEIF1 ((uint32_t)0x00000040
) 3215 #define DMA_LISR_TCIF0 ((uint32_t)0x00000020
) 3216 #define DMA_LISR_HTIF0 ((uint32_t)0x00000010
) 3217 #define DMA_LISR_TEIF0 ((uint32_t)0x00000008
) 3218 #define DMA_LISR_DMEIF0 ((uint32_t)0x00000004
) 3219 #define DMA_LISR_FEIF0 ((uint32_t)0x00000001
) 3222 #define DMA_HISR_TCIF7 ((uint32_t)0x08000000
) 3223 #define DMA_HISR_HTIF7 ((uint32_t)0x04000000
) 3224 #define DMA_HISR_TEIF7 ((uint32_t)0x02000000
) 3225 #define DMA_HISR_DMEIF7 ((uint32_t)0x01000000
) 3226 #define DMA_HISR_FEIF7 ((uint32_t)0x00400000
) 3227 #define DMA_HISR_TCIF6 ((uint32_t)0x00200000
) 3228 #define DMA_HISR_HTIF6 ((uint32_t)0x00100000
) 3229 #define DMA_HISR_TEIF6 ((uint32_t)0x00080000
) 3230 #define DMA_HISR_DMEIF6 ((uint32_t)0x00040000
) 3231 #define DMA_HISR_FEIF6 ((uint32_t)0x00010000
) 3232 #define DMA_HISR_TCIF5 ((uint32_t)0x00000800
) 3233 #define DMA_HISR_HTIF5 ((uint32_t)0x00000400
) 3234 #define DMA_HISR_TEIF5 ((uint32_t)0x00000200
) 3235 #define DMA_HISR_DMEIF5 ((uint32_t)0x00000100
) 3236 #define DMA_HISR_FEIF5 ((uint32_t)0x00000040
) 3237 #define DMA_HISR_TCIF4 ((uint32_t)0x00000020
) 3238 #define DMA_HISR_HTIF4 ((uint32_t)0x00000010
) 3239 #define DMA_HISR_TEIF4 ((uint32_t)0x00000008
) 3240 #define DMA_HISR_DMEIF4 ((uint32_t)0x00000004
) 3241 #define DMA_HISR_FEIF4 ((uint32_t)0x00000001
) 3244 #define DMA_LIFCR_CTCIF3 ((uint32_t)0x08000000
) 3245 #define DMA_LIFCR_CHTIF3 ((uint32_t)0x04000000
) 3246 #define DMA_LIFCR_CTEIF3 ((uint32_t)0x02000000
) 3247 #define DMA_LIFCR_CDMEIF3 ((uint32_t)0x01000000
) 3248 #define DMA_LIFCR_CFEIF3 ((uint32_t)0x00400000
) 3249 #define DMA_LIFCR_CTCIF2 ((uint32_t)0x00200000
) 3250 #define DMA_LIFCR_CHTIF2 ((uint32_t)0x00100000
) 3251 #define DMA_LIFCR_CTEIF2 ((uint32_t)0x00080000
) 3252 #define DMA_LIFCR_CDMEIF2 ((uint32_t)0x00040000
) 3253 #define DMA_LIFCR_CFEIF2 ((uint32_t)0x00010000
) 3254 #define DMA_LIFCR_CTCIF1 ((uint32_t)0x00000800
) 3255 #define DMA_LIFCR_CHTIF1 ((uint32_t)0x00000400
) 3256 #define DMA_LIFCR_CTEIF1 ((uint32_t)0x00000200
) 3257 #define DMA_LIFCR_CDMEIF1 ((uint32_t)0x00000100
) 3258 #define DMA_LIFCR_CFEIF1 ((uint32_t)0x00000040
) 3259 #define DMA_LIFCR_CTCIF0 ((uint32_t)0x00000020
) 3260 #define DMA_LIFCR_CHTIF0 ((uint32_t)0x00000010
) 3261 #define DMA_LIFCR_CTEIF0 ((uint32_t)0x00000008
) 3262 #define DMA_LIFCR_CDMEIF0 ((uint32_t)0x00000004
) 3263 #define DMA_LIFCR_CFEIF0 ((uint32_t)0x00000001
) 3266 #define DMA_HIFCR_CTCIF7 ((uint32_t)0x08000000
) 3267 #define DMA_HIFCR_CHTIF7 ((uint32_t)0x04000000
) 3268 #define DMA_HIFCR_CTEIF7 ((uint32_t)0x02000000
) 3269 #define DMA_HIFCR_CDMEIF7 ((uint32_t)0x01000000
) 3270 #define DMA_HIFCR_CFEIF7 ((uint32_t)0x00400000
) 3271 #define DMA_HIFCR_CTCIF6 ((uint32_t)0x00200000
) 3272 #define DMA_HIFCR_CHTIF6 ((uint32_t)0x00100000
) 3273 #define DMA_HIFCR_CTEIF6 ((uint32_t)0x00080000
) 3274 #define DMA_HIFCR_CDMEIF6 ((uint32_t)0x00040000
) 3275 #define DMA_HIFCR_CFEIF6 ((uint32_t)0x00010000
) 3276 #define DMA_HIFCR_CTCIF5 ((uint32_t)0x00000800
) 3277 #define DMA_HIFCR_CHTIF5 ((uint32_t)0x00000400
) 3278 #define DMA_HIFCR_CTEIF5 ((uint32_t)0x00000200
) 3279 #define DMA_HIFCR_CDMEIF5 ((uint32_t)0x00000100
) 3280 #define DMA_HIFCR_CFEIF5 ((uint32_t)0x00000040
) 3281 #define DMA_HIFCR_CTCIF4 ((uint32_t)0x00000020
) 3282 #define DMA_HIFCR_CHTIF4 ((uint32_t)0x00000010
) 3283 #define DMA_HIFCR_CTEIF4 ((uint32_t)0x00000008
) 3284 #define DMA_HIFCR_CDMEIF4 ((uint32_t)0x00000004
) 3285 #define DMA_HIFCR_CFEIF4 ((uint32_t)0x00000001
) 3296 #define DMA2D_CR_START ((uint32_t)0x00000001
) 3297 #define DMA2D_CR_SUSP ((uint32_t)0x00000002
) 3298 #define DMA2D_CR_ABORT ((uint32_t)0x00000004
) 3299 #define DMA2D_CR_TEIE ((uint32_t)0x00000100
) 3300 #define DMA2D_CR_TCIE ((uint32_t)0x00000200
) 3301 #define DMA2D_CR_TWIE ((uint32_t)0x00000400
) 3302 #define DMA2D_CR_CAEIE ((uint32_t)0x00000800
) 3303 #define DMA2D_CR_CTCIE ((uint32_t)0x00001000
) 3304 #define DMA2D_CR_CEIE ((uint32_t)0x00002000
) 3305 #define DMA2D_CR_MODE ((uint32_t)0x00030000
) 3309 #define DMA2D_ISR_TEIF ((uint32_t)0x00000001
) 3310 #define DMA2D_ISR_TCIF ((uint32_t)0x00000002
) 3311 #define DMA2D_ISR_TWIF ((uint32_t)0x00000004
) 3312 #define DMA2D_ISR_CAEIF ((uint32_t)0x00000008
) 3313 #define DMA2D_ISR_CTCIF ((uint32_t)0x00000010
) 3314 #define DMA2D_ISR_CEIF ((uint32_t)0x00000020
) 3318 #define DMA2D_IFSR_CTEIF ((uint32_t)0x00000001
) 3319 #define DMA2D_IFSR_CTCIF ((uint32_t)0x00000002
) 3320 #define DMA2D_IFSR_CTWIF ((uint32_t)0x00000004
) 3321 #define DMA2D_IFSR_CCAEIF ((uint32_t)0x00000008
) 3322 #define DMA2D_IFSR_CCTCIF ((uint32_t)0x00000010
) 3323 #define DMA2D_IFSR_CCEIF ((uint32_t)0x00000020
) 3327 #define DMA2D_FGMAR_MA ((uint32_t)0xFFFFFFFF
) 3331 #define DMA2D_FGOR_LO ((uint32_t)0x00003FFF
) 3335 #define DMA2D_BGMAR_MA ((uint32_t)0xFFFFFFFF
) 3339 #define DMA2D_BGOR_LO ((uint32_t)0x00003FFF
) 3343 #define DMA2D_FGPFCCR_CM ((uint32_t)0x0000000F
) 3344 #define DMA2D_FGPFCCR_CCM ((uint32_t)0x00000010
) 3345 #define DMA2D_FGPFCCR_START ((uint32_t)0x00000020
) 3346 #define DMA2D_FGPFCCR_CS ((uint32_t)0x0000FF00
) 3347 #define DMA2D_FGPFCCR_AM ((uint32_t)0x00030000
) 3348 #define DMA2D_FGPFCCR_ALPHA ((uint32_t)0xFF000000
) 3352 #define DMA2D_FGCOLR_BLUE ((uint32_t)0x000000FF
) 3353 #define DMA2D_FGCOLR_GREEN ((uint32_t)0x0000FF00
) 3354 #define DMA2D_FGCOLR_RED ((uint32_t)0x00FF0000
) 3358 #define DMA2D_BGPFCCR_CM ((uint32_t)0x0000000F
) 3359 #define DMA2D_BGPFCCR_CCM ((uint32_t)0x00000010
) 3360 #define DMA2D_BGPFCCR_START ((uint32_t)0x00000020
) 3361 #define DMA2D_BGPFCCR_CS ((uint32_t)0x0000FF00
) 3362 #define DMA2D_BGPFCCR_AM ((uint32_t)0x00030000
) 3363 #define DMA2D_BGPFCCR_ALPHA ((uint32_t)0xFF000000
) 3367 #define DMA2D_BGCOLR_BLUE ((uint32_t)0x000000FF
) 3368 #define DMA2D_BGCOLR_GREEN ((uint32_t)0x0000FF00
) 3369 #define DMA2D_BGCOLR_RED ((uint32_t)0x00FF0000
) 3373 #define DMA2D_FGCMAR_MA ((uint32_t)0xFFFFFFFF
) 3377 #define DMA2D_BGCMAR_MA ((uint32_t)0xFFFFFFFF
) 3381 #define DMA2D_OPFCCR_CM ((uint32_t)0x00000007
) 3387 #define DMA2D_OCOLR_BLUE_1 ((uint32_t)0x000000FF
) 3388 #define DMA2D_OCOLR_GREEN_1 ((uint32_t)0x0000FF00
) 3389 #define DMA2D_OCOLR_RED_1 ((uint32_t)0x00FF0000
) 3390 #define DMA2D_OCOLR_ALPHA_1 ((uint32_t)0xFF000000
) 3393 #define DMA2D_OCOLR_BLUE_2 ((uint32_t)0x0000001F
) 3394 #define DMA2D_OCOLR_GREEN_2 ((uint32_t)0x000007E0
) 3395 #define DMA2D_OCOLR_RED_2 ((uint32_t)0x0000F800
) 3398 #define DMA2D_OCOLR_BLUE_3 ((uint32_t)0x0000001F
) 3399 #define DMA2D_OCOLR_GREEN_3 ((uint32_t)0x000003E0
) 3400 #define DMA2D_OCOLR_RED_3 ((uint32_t)0x00007C00
) 3401 #define DMA2D_OCOLR_ALPHA_3 ((uint32_t)0x00008000
) 3404 #define DMA2D_OCOLR_BLUE_4 ((uint32_t)0x0000000F
) 3405 #define DMA2D_OCOLR_GREEN_4 ((uint32_t)0x000000F0
) 3406 #define DMA2D_OCOLR_RED_4 ((uint32_t)0x00000F00
) 3407 #define DMA2D_OCOLR_ALPHA_4 ((uint32_t)0x0000F000
) 3411 #define DMA2D_OMAR_MA ((uint32_t)0xFFFFFFFF
) 3415 #define DMA2D_OOR_LO ((uint32_t)0x00003FFF
) 3419 #define DMA2D_NLR_NL ((uint32_t)0x0000FFFF
) 3420 #define DMA2D_NLR_PL ((uint32_t)0x3FFF0000
) 3424 #define DMA2D_LWR_LW ((uint32_t)0x0000FFFF
) 3428 #define DMA2D_AMTCR_EN ((uint32_t)0x00000001
) 3429 #define DMA2D_AMTCR_DT ((uint32_t)0x0000FF00
) 3444 #define EXTI_IMR_MR0 ((uint32_t)0x00000001
) 3445 #define EXTI_IMR_MR1 ((uint32_t)0x00000002
) 3446 #define EXTI_IMR_MR2 ((uint32_t)0x00000004
) 3447 #define EXTI_IMR_MR3 ((uint32_t)0x00000008
) 3448 #define EXTI_IMR_MR4 ((uint32_t)0x00000010
) 3449 #define EXTI_IMR_MR5 ((uint32_t)0x00000020
) 3450 #define EXTI_IMR_MR6 ((uint32_t)0x00000040
) 3451 #define EXTI_IMR_MR7 ((uint32_t)0x00000080
) 3452 #define EXTI_IMR_MR8 ((uint32_t)0x00000100
) 3453 #define EXTI_IMR_MR9 ((uint32_t)0x00000200
) 3454 #define EXTI_IMR_MR10 ((uint32_t)0x00000400
) 3455 #define EXTI_IMR_MR11 ((uint32_t)0x00000800
) 3456 #define EXTI_IMR_MR12 ((uint32_t)0x00001000
) 3457 #define EXTI_IMR_MR13 ((uint32_t)0x00002000
) 3458 #define EXTI_IMR_MR14 ((uint32_t)0x00004000
) 3459 #define EXTI_IMR_MR15 ((uint32_t)0x00008000
) 3460 #define EXTI_IMR_MR16 ((uint32_t)0x00010000
) 3461 #define EXTI_IMR_MR17 ((uint32_t)0x00020000
) 3462 #define EXTI_IMR_MR18 ((uint32_t)0x00040000
) 3463 #define EXTI_IMR_MR19 ((uint32_t)0x00080000
) 3466 #define EXTI_EMR_MR0 ((uint32_t)0x00000001
) 3467 #define EXTI_EMR_MR1 ((uint32_t)0x00000002
) 3468 #define EXTI_EMR_MR2 ((uint32_t)0x00000004
) 3469 #define EXTI_EMR_MR3 ((uint32_t)0x00000008
) 3470 #define EXTI_EMR_MR4 ((uint32_t)0x00000010
) 3471 #define EXTI_EMR_MR5 ((uint32_t)0x00000020
) 3472 #define EXTI_EMR_MR6 ((uint32_t)0x00000040
) 3473 #define EXTI_EMR_MR7 ((uint32_t)0x00000080
) 3474 #define EXTI_EMR_MR8 ((uint32_t)0x00000100
) 3475 #define EXTI_EMR_MR9 ((uint32_t)0x00000200
) 3476 #define EXTI_EMR_MR10 ((uint32_t)0x00000400
) 3477 #define EXTI_EMR_MR11 ((uint32_t)0x00000800
) 3478 #define EXTI_EMR_MR12 ((uint32_t)0x00001000
) 3479 #define EXTI_EMR_MR13 ((uint32_t)0x00002000
) 3480 #define EXTI_EMR_MR14 ((uint32_t)0x00004000
) 3481 #define EXTI_EMR_MR15 ((uint32_t)0x00008000
) 3482 #define EXTI_EMR_MR16 ((uint32_t)0x00010000
) 3483 #define EXTI_EMR_MR17 ((uint32_t)0x00020000
) 3484 #define EXTI_EMR_MR18 ((uint32_t)0x00040000
) 3485 #define EXTI_EMR_MR19 ((uint32_t)0x00080000
) 3488 #define EXTI_RTSR_TR0 ((uint32_t)0x00000001
) 3489 #define EXTI_RTSR_TR1 ((uint32_t)0x00000002
) 3490 #define EXTI_RTSR_TR2 ((uint32_t)0x00000004
) 3491 #define EXTI_RTSR_TR3 ((uint32_t)0x00000008
) 3492 #define EXTI_RTSR_TR4 ((uint32_t)0x00000010
) 3493 #define EXTI_RTSR_TR5 ((uint32_t)0x00000020
) 3494 #define EXTI_RTSR_TR6 ((uint32_t)0x00000040
) 3495 #define EXTI_RTSR_TR7 ((uint32_t)0x00000080
) 3496 #define EXTI_RTSR_TR8 ((uint32_t)0x00000100
) 3497 #define EXTI_RTSR_TR9 ((uint32_t)0x00000200
) 3498 #define EXTI_RTSR_TR10 ((uint32_t)0x00000400
) 3499 #define EXTI_RTSR_TR11 ((uint32_t)0x00000800
) 3500 #define EXTI_RTSR_TR12 ((uint32_t)0x00001000
) 3501 #define EXTI_RTSR_TR13 ((uint32_t)0x00002000
) 3502 #define EXTI_RTSR_TR14 ((uint32_t)0x00004000
) 3503 #define EXTI_RTSR_TR15 ((uint32_t)0x00008000
) 3504 #define EXTI_RTSR_TR16 ((uint32_t)0x00010000
) 3505 #define EXTI_RTSR_TR17 ((uint32_t)0x00020000
) 3506 #define EXTI_RTSR_TR18 ((uint32_t)0x00040000
) 3507 #define EXTI_RTSR_TR19 ((uint32_t)0x00080000
) 3510 #define EXTI_FTSR_TR0 ((uint32_t)0x00000001
) 3511 #define EXTI_FTSR_TR1 ((uint32_t)0x00000002
) 3512 #define EXTI_FTSR_TR2 ((uint32_t)0x00000004
) 3513 #define EXTI_FTSR_TR3 ((uint32_t)0x00000008
) 3514 #define EXTI_FTSR_TR4 ((uint32_t)0x00000010
) 3515 #define EXTI_FTSR_TR5 ((uint32_t)0x00000020
) 3516 #define EXTI_FTSR_TR6 ((uint32_t)0x00000040
) 3517 #define EXTI_FTSR_TR7 ((uint32_t)0x00000080
) 3518 #define EXTI_FTSR_TR8 ((uint32_t)0x00000100
) 3519 #define EXTI_FTSR_TR9 ((uint32_t)0x00000200
) 3520 #define EXTI_FTSR_TR10 ((uint32_t)0x00000400
) 3521 #define EXTI_FTSR_TR11 ((uint32_t)0x00000800
) 3522 #define EXTI_FTSR_TR12 ((uint32_t)0x00001000
) 3523 #define EXTI_FTSR_TR13 ((uint32_t)0x00002000
) 3524 #define EXTI_FTSR_TR14 ((uint32_t)0x00004000
) 3525 #define EXTI_FTSR_TR15 ((uint32_t)0x00008000
) 3526 #define EXTI_FTSR_TR16 ((uint32_t)0x00010000
) 3527 #define EXTI_FTSR_TR17 ((uint32_t)0x00020000
) 3528 #define EXTI_FTSR_TR18 ((uint32_t)0x00040000
) 3529 #define EXTI_FTSR_TR19 ((uint32_t)0x00080000
) 3532 #define EXTI_SWIER_SWIER0 ((uint32_t)0x00000001
) 3533 #define EXTI_SWIER_SWIER1 ((uint32_t)0x00000002
) 3534 #define EXTI_SWIER_SWIER2 ((uint32_t)0x00000004
) 3535 #define EXTI_SWIER_SWIER3 ((uint32_t)0x00000008
) 3536 #define EXTI_SWIER_SWIER4 ((uint32_t)0x00000010
) 3537 #define EXTI_SWIER_SWIER5 ((uint32_t)0x00000020
) 3538 #define EXTI_SWIER_SWIER6 ((uint32_t)0x00000040
) 3539 #define EXTI_SWIER_SWIER7 ((uint32_t)0x00000080
) 3540 #define EXTI_SWIER_SWIER8 ((uint32_t)0x00000100
) 3541 #define EXTI_SWIER_SWIER9 ((uint32_t)0x00000200
) 3542 #define EXTI_SWIER_SWIER10 ((uint32_t)0x00000400
) 3543 #define EXTI_SWIER_SWIER11 ((uint32_t)0x00000800
) 3544 #define EXTI_SWIER_SWIER12 ((uint32_t)0x00001000
) 3545 #define EXTI_SWIER_SWIER13 ((uint32_t)0x00002000
) 3546 #define EXTI_SWIER_SWIER14 ((uint32_t)0x00004000
) 3547 #define EXTI_SWIER_SWIER15 ((uint32_t)0x00008000
) 3548 #define EXTI_SWIER_SWIER16 ((uint32_t)0x00010000
) 3549 #define EXTI_SWIER_SWIER17 ((uint32_t)0x00020000
) 3550 #define EXTI_SWIER_SWIER18 ((uint32_t)0x00040000
) 3551 #define EXTI_SWIER_SWIER19 ((uint32_t)0x00080000
) 3554 #define EXTI_PR_PR0 ((uint32_t)0x00000001
) 3555 #define EXTI_PR_PR1 ((uint32_t)0x00000002
) 3556 #define EXTI_PR_PR2 ((uint32_t)0x00000004
) 3557 #define EXTI_PR_PR3 ((uint32_t)0x00000008
) 3558 #define EXTI_PR_PR4 ((uint32_t)0x00000010
) 3559 #define EXTI_PR_PR5 ((uint32_t)0x00000020
) 3560 #define EXTI_PR_PR6 ((uint32_t)0x00000040
) 3561 #define EXTI_PR_PR7 ((uint32_t)0x00000080
) 3562 #define EXTI_PR_PR8 ((uint32_t)0x00000100
) 3563 #define EXTI_PR_PR9 ((uint32_t)0x00000200
) 3564 #define EXTI_PR_PR10 ((uint32_t)0x00000400
) 3565 #define EXTI_PR_PR11 ((uint32_t)0x00000800
) 3566 #define EXTI_PR_PR12 ((uint32_t)0x00001000
) 3567 #define EXTI_PR_PR13 ((uint32_t)0x00002000
) 3568 #define EXTI_PR_PR14 ((uint32_t)0x00004000
) 3569 #define EXTI_PR_PR15 ((uint32_t)0x00008000
) 3570 #define EXTI_PR_PR16 ((uint32_t)0x00010000
) 3571 #define EXTI_PR_PR17 ((uint32_t)0x00020000
) 3572 #define EXTI_PR_PR18 ((uint32_t)0x00040000
) 3573 #define EXTI_PR_PR19 ((uint32_t)0x00080000
) 3581 #define FLASH_ACR_LATENCY ((uint32_t)0x0000000F
) 3582 #define FLASH_ACR_LATENCY_0WS ((uint32_t)0x00000000
) 3583 #define FLASH_ACR_LATENCY_1WS ((uint32_t)0x00000001
) 3584 #define FLASH_ACR_LATENCY_2WS ((uint32_t)0x00000002
) 3585 #define FLASH_ACR_LATENCY_3WS ((uint32_t)0x00000003
) 3586 #define FLASH_ACR_LATENCY_4WS ((uint32_t)0x00000004
) 3587 #define FLASH_ACR_LATENCY_5WS ((uint32_t)0x00000005
) 3588 #define FLASH_ACR_LATENCY_6WS ((uint32_t)0x00000006
) 3589 #define FLASH_ACR_LATENCY_7WS ((uint32_t)0x00000007
) 3590 #define FLASH_ACR_LATENCY_8WS ((uint32_t)0x00000008
) 3591 #define FLASH_ACR_LATENCY_9WS ((uint32_t)0x00000009
) 3592 #define FLASH_ACR_LATENCY_10WS ((uint32_t)0x0000000A
) 3593 #define FLASH_ACR_LATENCY_11WS ((uint32_t)0x0000000B
) 3594 #define FLASH_ACR_LATENCY_12WS ((uint32_t)0x0000000C
) 3595 #define FLASH_ACR_LATENCY_13WS ((uint32_t)0x0000000D
) 3596 #define FLASH_ACR_LATENCY_14WS ((uint32_t)0x0000000E
) 3597 #define FLASH_ACR_LATENCY_15WS ((uint32_t)0x0000000F
) 3598 #define FLASH_ACR_PRFTEN ((uint32_t)0x00000100
) 3599 #define FLASH_ACR_ICEN ((uint32_t)0x00000200
) 3600 #define FLASH_ACR_DCEN ((uint32_t)0x00000400
) 3601 #define FLASH_ACR_ICRST ((uint32_t)0x00000800
) 3602 #define FLASH_ACR_DCRST ((uint32_t)0x00001000
) 3603 #define FLASH_ACR_BYTE0_ADDRESS ((uint32_t)0x40023C00
) 3604 #define FLASH_ACR_BYTE2_ADDRESS ((uint32_t)0x40023C03
) 3607 #define FLASH_SR_EOP ((uint32_t)0x00000001
) 3608 #define FLASH_SR_SOP ((uint32_t)0x00000002
) 3609 #define FLASH_SR_WRPERR ((uint32_t)0x00000010
) 3610 #define FLASH_SR_PGAERR ((uint32_t)0x00000020
) 3611 #define FLASH_SR_PGPERR ((uint32_t)0x00000040
) 3612 #define FLASH_SR_PGSERR ((uint32_t)0x00000080
) 3613 #define FLASH_SR_BSY ((uint32_t)0x00010000
) 3616 #define FLASH_CR_PG ((uint32_t)0x00000001
) 3617 #define FLASH_CR_SER ((uint32_t)0x00000002
) 3618 #define FLASH_CR_MER ((uint32_t)0x00000004
) 3620 #define FLASH_CR_SNB ((uint32_t)0x000000F8
) 3621 #define FLASH_CR_SNB_0 ((uint32_t)0x00000008
) 3622 #define FLASH_CR_SNB_1 ((uint32_t)0x00000010
) 3623 #define FLASH_CR_SNB_2 ((uint32_t)0x00000020
) 3624 #define FLASH_CR_SNB_3 ((uint32_t)0x00000040
) 3625 #define FLASH_CR_SNB_4 ((uint32_t)0x00000080
) 3626 #define FLASH_CR_PSIZE ((uint32_t)0x00000300
) 3627 #define FLASH_CR_PSIZE_0 ((uint32_t)0x00000100
) 3628 #define FLASH_CR_PSIZE_1 ((uint32_t)0x00000200
) 3629 #define FLASH_CR_MER2 ((uint32_t)0x00008000
) 3630 #define FLASH_CR_STRT ((uint32_t)0x00010000
) 3631 #define FLASH_CR_EOPIE ((uint32_t)0x01000000
) 3632 #define FLASH_CR_LOCK ((uint32_t)0x80000000
) 3635 #define FLASH_OPTCR_OPTLOCK ((uint32_t)0x00000001
) 3636 #define FLASH_OPTCR_OPTSTRT ((uint32_t)0x00000002
) 3637 #define FLASH_OPTCR_BOR_LEV_0 ((uint32_t)0x00000004
) 3638 #define FLASH_OPTCR_BOR_LEV_1 ((uint32_t)0x00000008
) 3639 #define FLASH_OPTCR_BOR_LEV ((uint32_t)0x0000000C
) 3640 #define FLASH_OPTCR_BFB2 ((uint32_t)0x00000010
) 3641 #define FLASH_OPTCR_WDG_SW ((uint32_t)0x00000020
) 3642 #define FLASH_OPTCR_nRST_STOP ((uint32_t)0x00000040
) 3643 #define FLASH_OPTCR_nRST_STDBY ((uint32_t)0x00000080
) 3644 #define FLASH_OPTCR_RDP ((uint32_t)0x0000FF00
) 3645 #define FLASH_OPTCR_RDP_0 ((uint32_t)0x00000100
) 3646 #define FLASH_OPTCR_RDP_1 ((uint32_t)0x00000200
) 3647 #define FLASH_OPTCR_RDP_2 ((uint32_t)0x00000400
) 3648 #define FLASH_OPTCR_RDP_3 ((uint32_t)0x00000800
) 3649 #define FLASH_OPTCR_RDP_4 ((uint32_t)0x00001000
) 3650 #define FLASH_OPTCR_RDP_5 ((uint32_t)0x00002000
) 3651 #define FLASH_OPTCR_RDP_6 ((uint32_t)0x00004000
) 3652 #define FLASH_OPTCR_RDP_7 ((uint32_t)0x00008000
) 3653 #define FLASH_OPTCR_nWRP ((uint32_t)0x0FFF0000
) 3654 #define FLASH_OPTCR_nWRP_0 ((uint32_t)0x00010000
) 3655 #define FLASH_OPTCR_nWRP_1 ((uint32_t)0x00020000
) 3656 #define FLASH_OPTCR_nWRP_2 ((uint32_t)0x00040000
) 3657 #define FLASH_OPTCR_nWRP_3 ((uint32_t)0x00080000
) 3658 #define FLASH_OPTCR_nWRP_4 ((uint32_t)0x00100000
) 3659 #define FLASH_OPTCR_nWRP_5 ((uint32_t)0x00200000
) 3660 #define FLASH_OPTCR_nWRP_6 ((uint32_t)0x00400000
) 3661 #define FLASH_OPTCR_nWRP_7 ((uint32_t)0x00800000
) 3662 #define FLASH_OPTCR_nWRP_8 ((uint32_t)0x01000000
) 3663 #define FLASH_OPTCR_nWRP_9 ((uint32_t)0x02000000
) 3664 #define FLASH_OPTCR_nWRP_10 ((uint32_t)0x04000000
) 3665 #define FLASH_OPTCR_nWRP_11 ((uint32_t)0x08000000
) 3666 #define FLASH_OPTCR_DB1M ((uint32_t)0x40000000
) 3667 #define FLASH_OPTCR_SPRMOD ((uint32_t)0x80000000
) 3670 #define FLASH_OPTCR1_nWRP ((uint32_t)0x0FFF0000
) 3671 #define FLASH_OPTCR1_nWRP_0 ((uint32_t)0x00010000
) 3672 #define FLASH_OPTCR1_nWRP_1 ((uint32_t)0x00020000
) 3673 #define FLASH_OPTCR1_nWRP_2 ((uint32_t)0x00040000
) 3674 #define FLASH_OPTCR1_nWRP_3 ((uint32_t)0x00080000
) 3675 #define FLASH_OPTCR1_nWRP_4 ((uint32_t)0x00100000
) 3676 #define FLASH_OPTCR1_nWRP_5 ((uint32_t)0x00200000
) 3677 #define FLASH_OPTCR1_nWRP_6 ((uint32_t)0x00400000
) 3678 #define FLASH_OPTCR1_nWRP_7 ((uint32_t)0x00800000
) 3679 #define FLASH_OPTCR1_nWRP_8 ((uint32_t)0x01000000
) 3680 #define FLASH_OPTCR1_nWRP_9 ((uint32_t)0x02000000
) 3681 #define FLASH_OPTCR1_nWRP_10 ((uint32_t)0x04000000
) 3682 #define FLASH_OPTCR1_nWRP_11 ((uint32_t)0x08000000
) 3690 #define FMC_BCR1_MBKEN ((uint32_t)0x00000001
) 3691 #define FMC_BCR1_MUXEN ((uint32_t)0x00000002
) 3693 #define FMC_BCR1_MTYP ((uint32_t)0x0000000C
) 3694 #define FMC_BCR1_MTYP_0 ((uint32_t)0x00000004
) 3695 #define FMC_BCR1_MTYP_1 ((uint32_t)0x00000008
) 3697 #define FMC_BCR1_MWID ((uint32_t)0x00000030
) 3698 #define FMC_BCR1_MWID_0 ((uint32_t)0x00000010
) 3699 #define FMC_BCR1_MWID_1 ((uint32_t)0x00000020
) 3701 #define FMC_BCR1_FACCEN ((uint32_t)0x00000040
) 3702 #define FMC_BCR1_BURSTEN ((uint32_t)0x00000100
) 3703 #define FMC_BCR1_WAITPOL ((uint32_t)0x00000200
) 3704 #define FMC_BCR1_WRAPMOD ((uint32_t)0x00000400
) 3705 #define FMC_BCR1_WAITCFG ((uint32_t)0x00000800
) 3706 #define FMC_BCR1_WREN ((uint32_t)0x00001000
) 3707 #define FMC_BCR1_WAITEN ((uint32_t)0x00002000
) 3708 #define FMC_BCR1_EXTMOD ((uint32_t)0x00004000
) 3709 #define FMC_BCR1_ASYNCWAIT ((uint32_t)0x00008000
) 3710 #define FMC_BCR1_CBURSTRW ((uint32_t)0x00080000
) 3711 #define FMC_BCR1_CCLKEN ((uint32_t)0x00100000
) 3714 #define FMC_BCR2_MBKEN ((uint32_t)0x00000001
) 3715 #define FMC_BCR2_MUXEN ((uint32_t)0x00000002
) 3717 #define FMC_BCR2_MTYP ((uint32_t)0x0000000C
) 3718 #define FMC_BCR2_MTYP_0 ((uint32_t)0x00000004
) 3719 #define FMC_BCR2_MTYP_1 ((uint32_t)0x00000008
) 3721 #define FMC_BCR2_MWID ((uint32_t)0x00000030
) 3722 #define FMC_BCR2_MWID_0 ((uint32_t)0x00000010
) 3723 #define FMC_BCR2_MWID_1 ((uint32_t)0x00000020
) 3725 #define FMC_BCR2_FACCEN ((uint32_t)0x00000040
) 3726 #define FMC_BCR2_BURSTEN ((uint32_t)0x00000100
) 3727 #define FMC_BCR2_WAITPOL ((uint32_t)0x00000200
) 3728 #define FMC_BCR2_WRAPMOD ((uint32_t)0x00000400
) 3729 #define FMC_BCR2_WAITCFG ((uint32_t)0x00000800
) 3730 #define FMC_BCR2_WREN ((uint32_t)0x00001000
) 3731 #define FMC_BCR2_WAITEN ((uint32_t)0x00002000
) 3732 #define FMC_BCR2_EXTMOD ((uint32_t)0x00004000
) 3733 #define FMC_BCR2_ASYNCWAIT ((uint32_t)0x00008000
) 3734 #define FMC_BCR2_CBURSTRW ((uint32_t)0x00080000
) 3737 #define FMC_BCR3_MBKEN ((uint32_t)0x00000001
) 3738 #define FMC_BCR3_MUXEN ((uint32_t)0x00000002
) 3740 #define FMC_BCR3_MTYP ((uint32_t)0x0000000C
) 3741 #define FMC_BCR3_MTYP_0 ((uint32_t)0x00000004
) 3742 #define FMC_BCR3_MTYP_1 ((uint32_t)0x00000008
) 3744 #define FMC_BCR3_MWID ((uint32_t)0x00000030
) 3745 #define FMC_BCR3_MWID_0 ((uint32_t)0x00000010
) 3746 #define FMC_BCR3_MWID_1 ((uint32_t)0x00000020
) 3748 #define FMC_BCR3_FACCEN ((uint32_t)0x00000040
) 3749 #define FMC_BCR3_BURSTEN ((uint32_t)0x00000100
) 3750 #define FMC_BCR3_WAITPOL ((uint32_t)0x00000200
) 3751 #define FMC_BCR3_WRAPMOD ((uint32_t)0x00000400
) 3752 #define FMC_BCR3_WAITCFG ((uint32_t)0x00000800
) 3753 #define FMC_BCR3_WREN ((uint32_t)0x00001000
) 3754 #define FMC_BCR3_WAITEN ((uint32_t)0x00002000
) 3755 #define FMC_BCR3_EXTMOD ((uint32_t)0x00004000
) 3756 #define FMC_BCR3_ASYNCWAIT ((uint32_t)0x00008000
) 3757 #define FMC_BCR3_CBURSTRW ((uint32_t)0x00080000
) 3760 #define FMC_BCR4_MBKEN ((uint32_t)0x00000001
) 3761 #define FMC_BCR4_MUXEN ((uint32_t)0x00000002
) 3763 #define FMC_BCR4_MTYP ((uint32_t)0x0000000C
) 3764 #define FMC_BCR4_MTYP_0 ((uint32_t)0x00000004
) 3765 #define FMC_BCR4_MTYP_1 ((uint32_t)0x00000008
) 3767 #define FMC_BCR4_MWID ((uint32_t)0x00000030
) 3768 #define FMC_BCR4_MWID_0 ((uint32_t)0x00000010
) 3769 #define FMC_BCR4_MWID_1 ((uint32_t)0x00000020
) 3771 #define FMC_BCR4_FACCEN ((uint32_t)0x00000040
) 3772 #define FMC_BCR4_BURSTEN ((uint32_t)0x00000100
) 3773 #define FMC_BCR4_WAITPOL ((uint32_t)0x00000200
) 3774 #define FMC_BCR4_WRAPMOD ((uint32_t)0x00000400
) 3775 #define FMC_BCR4_WAITCFG ((uint32_t)0x00000800
) 3776 #define FMC_BCR4_WREN ((uint32_t)0x00001000
) 3777 #define FMC_BCR4_WAITEN ((uint32_t)0x00002000
) 3778 #define FMC_BCR4_EXTMOD ((uint32_t)0x00004000
) 3779 #define FMC_BCR4_ASYNCWAIT ((uint32_t)0x00008000
) 3780 #define FMC_BCR4_CBURSTRW ((uint32_t)0x00080000
) 3783 #define FMC_BTR1_ADDSET ((uint32_t)0x0000000F
) 3784 #define FMC_BTR1_ADDSET_0 ((uint32_t)0x00000001
) 3785 #define FMC_BTR1_ADDSET_1 ((uint32_t)0x00000002
) 3786 #define FMC_BTR1_ADDSET_2 ((uint32_t)0x00000004
) 3787 #define FMC_BTR1_ADDSET_3 ((uint32_t)0x00000008
) 3789 #define FMC_BTR1_ADDHLD ((uint32_t)0x000000F0
) 3790 #define FMC_BTR1_ADDHLD_0 ((uint32_t)0x00000010
) 3791 #define FMC_BTR1_ADDHLD_1 ((uint32_t)0x00000020
) 3792 #define FMC_BTR1_ADDHLD_2 ((uint32_t)0x00000040
) 3793 #define FMC_BTR1_ADDHLD_3 ((uint32_t)0x00000080
) 3795 #define FMC_BTR1_DATAST ((uint32_t)0x0000FF00
) 3796 #define FMC_BTR1_DATAST_0 ((uint32_t)0x00000100
) 3797 #define FMC_BTR1_DATAST_1 ((uint32_t)0x00000200
) 3798 #define FMC_BTR1_DATAST_2 ((uint32_t)0x00000400
) 3799 #define FMC_BTR1_DATAST_3 ((uint32_t)0x00000800
) 3800 #define FMC_BTR1_DATAST_4 ((uint32_t)0x00001000
) 3801 #define FMC_BTR1_DATAST_5 ((uint32_t)0x00002000
) 3802 #define FMC_BTR1_DATAST_6 ((uint32_t)0x00004000
) 3803 #define FMC_BTR1_DATAST_7 ((uint32_t)0x00008000
) 3805 #define FMC_BTR1_BUSTURN ((uint32_t)0x000F0000
) 3806 #define FMC_BTR1_BUSTURN_0 ((uint32_t)0x00010000
) 3807 #define FMC_BTR1_BUSTURN_1 ((uint32_t)0x00020000
) 3808 #define FMC_BTR1_BUSTURN_2 ((uint32_t)0x00040000
) 3809 #define FMC_BTR1_BUSTURN_3 ((uint32_t)0x00080000
) 3811 #define FMC_BTR1_CLKDIV ((uint32_t)0x00F00000
) 3812 #define FMC_BTR1_CLKDIV_0 ((uint32_t)0x00100000
) 3813 #define FMC_BTR1_CLKDIV_1 ((uint32_t)0x00200000
) 3814 #define FMC_BTR1_CLKDIV_2 ((uint32_t)0x00400000
) 3815 #define FMC_BTR1_CLKDIV_3 ((uint32_t)0x00800000
) 3817 #define FMC_BTR1_DATLAT ((uint32_t)0x0F000000
) 3818 #define FMC_BTR1_DATLAT_0 ((uint32_t)0x01000000
) 3819 #define FMC_BTR1_DATLAT_1 ((uint32_t)0x02000000
) 3820 #define FMC_BTR1_DATLAT_2 ((uint32_t)0x04000000
) 3821 #define FMC_BTR1_DATLAT_3 ((uint32_t)0x08000000
) 3823 #define FMC_BTR1_ACCMOD ((uint32_t)0x30000000
) 3824 #define FMC_BTR1_ACCMOD_0 ((uint32_t)0x10000000
) 3825 #define FMC_BTR1_ACCMOD_1 ((uint32_t)0x20000000
) 3828 #define FMC_BTR2_ADDSET ((uint32_t)0x0000000F
) 3829 #define FMC_BTR2_ADDSET_0 ((uint32_t)0x00000001
) 3830 #define FMC_BTR2_ADDSET_1 ((uint32_t)0x00000002
) 3831 #define FMC_BTR2_ADDSET_2 ((uint32_t)0x00000004
) 3832 #define FMC_BTR2_ADDSET_3 ((uint32_t)0x00000008
) 3834 #define FMC_BTR2_ADDHLD ((uint32_t)0x000000F0
) 3835 #define FMC_BTR2_ADDHLD_0 ((uint32_t)0x00000010
) 3836 #define FMC_BTR2_ADDHLD_1 ((uint32_t)0x00000020
) 3837 #define FMC_BTR2_ADDHLD_2 ((uint32_t)0x00000040
) 3838 #define FMC_BTR2_ADDHLD_3 ((uint32_t)0x00000080
) 3840 #define FMC_BTR2_DATAST ((uint32_t)0x0000FF00
) 3841 #define FMC_BTR2_DATAST_0 ((uint32_t)0x00000100
) 3842 #define FMC_BTR2_DATAST_1 ((uint32_t)0x00000200
) 3843 #define FMC_BTR2_DATAST_2 ((uint32_t)0x00000400
) 3844 #define FMC_BTR2_DATAST_3 ((uint32_t)0x00000800
) 3845 #define FMC_BTR2_DATAST_4 ((uint32_t)0x00001000
) 3846 #define FMC_BTR2_DATAST_5 ((uint32_t)0x00002000
) 3847 #define FMC_BTR2_DATAST_6 ((uint32_t)0x00004000
) 3848 #define FMC_BTR2_DATAST_7 ((uint32_t)0x00008000
) 3850 #define FMC_BTR2_BUSTURN ((uint32_t)0x000F0000
) 3851 #define FMC_BTR2_BUSTURN_0 ((uint32_t)0x00010000
) 3852 #define FMC_BTR2_BUSTURN_1 ((uint32_t)0x00020000
) 3853 #define FMC_BTR2_BUSTURN_2 ((uint32_t)0x00040000
) 3854 #define FMC_BTR2_BUSTURN_3 ((uint32_t)0x00080000
) 3856 #define FMC_BTR2_CLKDIV ((uint32_t)0x00F00000
) 3857 #define FMC_BTR2_CLKDIV_0 ((uint32_t)0x00100000
) 3858 #define FMC_BTR2_CLKDIV_1 ((uint32_t)0x00200000
) 3859 #define FMC_BTR2_CLKDIV_2 ((uint32_t)0x00400000
) 3860 #define FMC_BTR2_CLKDIV_3 ((uint32_t)0x00800000
) 3862 #define FMC_BTR2_DATLAT ((uint32_t)0x0F000000
) 3863 #define FMC_BTR2_DATLAT_0 ((uint32_t)0x01000000
) 3864 #define FMC_BTR2_DATLAT_1 ((uint32_t)0x02000000
) 3865 #define FMC_BTR2_DATLAT_2 ((uint32_t)0x04000000
) 3866 #define FMC_BTR2_DATLAT_3 ((uint32_t)0x08000000
) 3868 #define FMC_BTR2_ACCMOD ((uint32_t)0x30000000
) 3869 #define FMC_BTR2_ACCMOD_0 ((uint32_t)0x10000000
) 3870 #define FMC_BTR2_ACCMOD_1 ((uint32_t)0x20000000
) 3873 #define FMC_BTR3_ADDSET ((uint32_t)0x0000000F
) 3874 #define FMC_BTR3_ADDSET_0 ((uint32_t)0x00000001
) 3875 #define FMC_BTR3_ADDSET_1 ((uint32_t)0x00000002
) 3876 #define FMC_BTR3_ADDSET_2 ((uint32_t)0x00000004
) 3877 #define FMC_BTR3_ADDSET_3 ((uint32_t)0x00000008
) 3879 #define FMC_BTR3_ADDHLD ((uint32_t)0x000000F0
) 3880 #define FMC_BTR3_ADDHLD_0 ((uint32_t)0x00000010
) 3881 #define FMC_BTR3_ADDHLD_1 ((uint32_t)0x00000020
) 3882 #define FMC_BTR3_ADDHLD_2 ((uint32_t)0x00000040
) 3883 #define FMC_BTR3_ADDHLD_3 ((uint32_t)0x00000080
) 3885 #define FMC_BTR3_DATAST ((uint32_t)0x0000FF00
) 3886 #define FMC_BTR3_DATAST_0 ((uint32_t)0x00000100
) 3887 #define FMC_BTR3_DATAST_1 ((uint32_t)0x00000200
) 3888 #define FMC_BTR3_DATAST_2 ((uint32_t)0x00000400
) 3889 #define FMC_BTR3_DATAST_3 ((uint32_t)0x00000800
) 3890 #define FMC_BTR3_DATAST_4 ((uint32_t)0x00001000
) 3891 #define FMC_BTR3_DATAST_5 ((uint32_t)0x00002000
) 3892 #define FMC_BTR3_DATAST_6 ((uint32_t)0x00004000
) 3893 #define FMC_BTR3_DATAST_7 ((uint32_t)0x00008000
) 3895 #define FMC_BTR3_BUSTURN ((uint32_t)0x000F0000
) 3896 #define FMC_BTR3_BUSTURN_0 ((uint32_t)0x00010000
) 3897 #define FMC_BTR3_BUSTURN_1 ((uint32_t)0x00020000
) 3898 #define FMC_BTR3_BUSTURN_2 ((uint32_t)0x00040000
) 3899 #define FMC_BTR3_BUSTURN_3 ((uint32_t)0x00080000
) 3901 #define FMC_BTR3_CLKDIV ((uint32_t)0x00F00000
) 3902 #define FMC_BTR3_CLKDIV_0 ((uint32_t)0x00100000
) 3903 #define FMC_BTR3_CLKDIV_1 ((uint32_t)0x00200000
) 3904 #define FMC_BTR3_CLKDIV_2 ((uint32_t)0x00400000
) 3905 #define FMC_BTR3_CLKDIV_3 ((uint32_t)0x00800000
) 3907 #define FMC_BTR3_DATLAT ((uint32_t)0x0F000000
) 3908 #define FMC_BTR3_DATLAT_0 ((uint32_t)0x01000000
) 3909 #define FMC_BTR3_DATLAT_1 ((uint32_t)0x02000000
) 3910 #define FMC_BTR3_DATLAT_2 ((uint32_t)0x04000000
) 3911 #define FMC_BTR3_DATLAT_3 ((uint32_t)0x08000000
) 3913 #define FMC_BTR3_ACCMOD ((uint32_t)0x30000000
) 3914 #define FMC_BTR3_ACCMOD_0 ((uint32_t)0x10000000
) 3915 #define FMC_BTR3_ACCMOD_1 ((uint32_t)0x20000000
) 3918 #define FMC_BTR4_ADDSET ((uint32_t)0x0000000F
) 3919 #define FMC_BTR4_ADDSET_0 ((uint32_t)0x00000001
) 3920 #define FMC_BTR4_ADDSET_1 ((uint32_t)0x00000002
) 3921 #define FMC_BTR4_ADDSET_2 ((uint32_t)0x00000004
) 3922 #define FMC_BTR4_ADDSET_3 ((uint32_t)0x00000008
) 3924 #define FMC_BTR4_ADDHLD ((uint32_t)0x000000F0
) 3925 #define FMC_BTR4_ADDHLD_0 ((uint32_t)0x00000010
) 3926 #define FMC_BTR4_ADDHLD_1 ((uint32_t)0x00000020
) 3927 #define FMC_BTR4_ADDHLD_2 ((uint32_t)0x00000040
) 3928 #define FMC_BTR4_ADDHLD_3 ((uint32_t)0x00000080
) 3930 #define FMC_BTR4_DATAST ((uint32_t)0x0000FF00
) 3931 #define FMC_BTR4_DATAST_0 ((uint32_t)0x00000100
) 3932 #define FMC_BTR4_DATAST_1 ((uint32_t)0x00000200
) 3933 #define FMC_BTR4_DATAST_2 ((uint32_t)0x00000400
) 3934 #define FMC_BTR4_DATAST_3 ((uint32_t)0x00000800
) 3935 #define FMC_BTR4_DATAST_4 ((uint32_t)0x00001000
) 3936 #define FMC_BTR4_DATAST_5 ((uint32_t)0x00002000
) 3937 #define FMC_BTR4_DATAST_6 ((uint32_t)0x00004000
) 3938 #define FMC_BTR4_DATAST_7 ((uint32_t)0x00008000
) 3940 #define FMC_BTR4_BUSTURN ((uint32_t)0x000F0000
) 3941 #define FMC_BTR4_BUSTURN_0 ((uint32_t)0x00010000
) 3942 #define FMC_BTR4_BUSTURN_1 ((uint32_t)0x00020000
) 3943 #define FMC_BTR4_BUSTURN_2 ((uint32_t)0x00040000
) 3944 #define FMC_BTR4_BUSTURN_3 ((uint32_t)0x00080000
) 3946 #define FMC_BTR4_CLKDIV ((uint32_t)0x00F00000
) 3947 #define FMC_BTR4_CLKDIV_0 ((uint32_t)0x00100000
) 3948 #define FMC_BTR4_CLKDIV_1 ((uint32_t)0x00200000
) 3949 #define FMC_BTR4_CLKDIV_2 ((uint32_t)0x00400000
) 3950 #define FMC_BTR4_CLKDIV_3 ((uint32_t)0x00800000
) 3952 #define FMC_BTR4_DATLAT ((uint32_t)0x0F000000
) 3953 #define FMC_BTR4_DATLAT_0 ((uint32_t)0x01000000
) 3954 #define FMC_BTR4_DATLAT_1 ((uint32_t)0x02000000
) 3955 #define FMC_BTR4_DATLAT_2 ((uint32_t)0x04000000
) 3956 #define FMC_BTR4_DATLAT_3 ((uint32_t)0x08000000
) 3958 #define FMC_BTR4_ACCMOD ((uint32_t)0x30000000
) 3959 #define FMC_BTR4_ACCMOD_0 ((uint32_t)0x10000000
) 3960 #define FMC_BTR4_ACCMOD_1 ((uint32_t)0x20000000
) 3963 #define FMC_BWTR1_ADDSET ((uint32_t)0x0000000F
) 3964 #define FMC_BWTR1_ADDSET_0 ((uint32_t)0x00000001
) 3965 #define FMC_BWTR1_ADDSET_1 ((uint32_t)0x00000002
) 3966 #define FMC_BWTR1_ADDSET_2 ((uint32_t)0x00000004
) 3967 #define FMC_BWTR1_ADDSET_3 ((uint32_t)0x00000008
) 3969 #define FMC_BWTR1_ADDHLD ((uint32_t)0x000000F0
) 3970 #define FMC_BWTR1_ADDHLD_0 ((uint32_t)0x00000010
) 3971 #define FMC_BWTR1_ADDHLD_1 ((uint32_t)0x00000020
) 3972 #define FMC_BWTR1_ADDHLD_2 ((uint32_t)0x00000040
) 3973 #define FMC_BWTR1_ADDHLD_3 ((uint32_t)0x00000080
) 3975 #define FMC_BWTR1_DATAST ((uint32_t)0x0000FF00
) 3976 #define FMC_BWTR1_DATAST_0 ((uint32_t)0x00000100
) 3977 #define FMC_BWTR1_DATAST_1 ((uint32_t)0x00000200
) 3978 #define FMC_BWTR1_DATAST_2 ((uint32_t)0x00000400
) 3979 #define FMC_BWTR1_DATAST_3 ((uint32_t)0x00000800
) 3980 #define FMC_BWTR1_DATAST_4 ((uint32_t)0x00001000
) 3981 #define FMC_BWTR1_DATAST_5 ((uint32_t)0x00002000
) 3982 #define FMC_BWTR1_DATAST_6 ((uint32_t)0x00004000
) 3983 #define FMC_BWTR1_DATAST_7 ((uint32_t)0x00008000
) 3985 #define FMC_BWTR1_CLKDIV ((uint32_t)0x00F00000
) 3986 #define FMC_BWTR1_CLKDIV_0 ((uint32_t)0x00100000
) 3987 #define FMC_BWTR1_CLKDIV_1 ((uint32_t)0x00200000
) 3988 #define FMC_BWTR1_CLKDIV_2 ((uint32_t)0x00400000
) 3989 #define FMC_BWTR1_CLKDIV_3 ((uint32_t)0x00800000
) 3991 #define FMC_BWTR1_DATLAT ((uint32_t)0x0F000000
) 3992 #define FMC_BWTR1_DATLAT_0 ((uint32_t)0x01000000
) 3993 #define FMC_BWTR1_DATLAT_1 ((uint32_t)0x02000000
) 3994 #define FMC_BWTR1_DATLAT_2 ((uint32_t)0x04000000
) 3995 #define FMC_BWTR1_DATLAT_3 ((uint32_t)0x08000000
) 3997 #define FMC_BWTR1_ACCMOD ((uint32_t)0x30000000
) 3998 #define FMC_BWTR1_ACCMOD_0 ((uint32_t)0x10000000
) 3999 #define FMC_BWTR1_ACCMOD_1 ((uint32_t)0x20000000
) 4002 #define FMC_BWTR2_ADDSET ((uint32_t)0x0000000F
) 4003 #define FMC_BWTR2_ADDSET_0 ((uint32_t)0x00000001
) 4004 #define FMC_BWTR2_ADDSET_1 ((uint32_t)0x00000002
) 4005 #define FMC_BWTR2_ADDSET_2 ((uint32_t)0x00000004
) 4006 #define FMC_BWTR2_ADDSET_3 ((uint32_t)0x00000008
) 4008 #define FMC_BWTR2_ADDHLD ((uint32_t)0x000000F0
) 4009 #define FMC_BWTR2_ADDHLD_0 ((uint32_t)0x00000010
) 4010 #define FMC_BWTR2_ADDHLD_1 ((uint32_t)0x00000020
) 4011 #define FMC_BWTR2_ADDHLD_2 ((uint32_t)0x00000040
) 4012 #define FMC_BWTR2_ADDHLD_3 ((uint32_t)0x00000080
) 4014 #define FMC_BWTR2_DATAST ((uint32_t)0x0000FF00
) 4015 #define FMC_BWTR2_DATAST_0 ((uint32_t)0x00000100
) 4016 #define FMC_BWTR2_DATAST_1 ((uint32_t)0x00000200
) 4017 #define FMC_BWTR2_DATAST_2 ((uint32_t)0x00000400
) 4018 #define FMC_BWTR2_DATAST_3 ((uint32_t)0x00000800
) 4019 #define FMC_BWTR2_DATAST_4 ((uint32_t)0x00001000
) 4020 #define FMC_BWTR2_DATAST_5 ((uint32_t)0x00002000
) 4021 #define FMC_BWTR2_DATAST_6 ((uint32_t)0x00004000
) 4022 #define FMC_BWTR2_DATAST_7 ((uint32_t)0x00008000
) 4024 #define FMC_BWTR2_CLKDIV ((uint32_t)0x00F00000
) 4025 #define FMC_BWTR2_CLKDIV_0 ((uint32_t)0x00100000
) 4026 #define FMC_BWTR2_CLKDIV_1 ((uint32_t)0x00200000
) 4027 #define FMC_BWTR2_CLKDIV_2 ((uint32_t)0x00400000
) 4028 #define FMC_BWTR2_CLKDIV_3 ((uint32_t)0x00800000
) 4030 #define FMC_BWTR2_DATLAT ((uint32_t)0x0F000000
) 4031 #define FMC_BWTR2_DATLAT_0 ((uint32_t)0x01000000
) 4032 #define FMC_BWTR2_DATLAT_1 ((uint32_t)0x02000000
) 4033 #define FMC_BWTR2_DATLAT_2 ((uint32_t)0x04000000
) 4034 #define FMC_BWTR2_DATLAT_3 ((uint32_t)0x08000000
) 4036 #define FMC_BWTR2_ACCMOD ((uint32_t)0x30000000
) 4037 #define FMC_BWTR2_ACCMOD_0 ((uint32_t)0x10000000
) 4038 #define FMC_BWTR2_ACCMOD_1 ((uint32_t)0x20000000
) 4041 #define FMC_BWTR3_ADDSET ((uint32_t)0x0000000F
) 4042 #define FMC_BWTR3_ADDSET_0 ((uint32_t)0x00000001
) 4043 #define FMC_BWTR3_ADDSET_1 ((uint32_t)0x00000002
) 4044 #define FMC_BWTR3_ADDSET_2 ((uint32_t)0x00000004
) 4045 #define FMC_BWTR3_ADDSET_3 ((uint32_t)0x00000008
) 4047 #define FMC_BWTR3_ADDHLD ((uint32_t)0x000000F0
) 4048 #define FMC_BWTR3_ADDHLD_0 ((uint32_t)0x00000010
) 4049 #define FMC_BWTR3_ADDHLD_1 ((uint32_t)0x00000020
) 4050 #define FMC_BWTR3_ADDHLD_2 ((uint32_t)0x00000040
) 4051 #define FMC_BWTR3_ADDHLD_3 ((uint32_t)0x00000080
) 4053 #define FMC_BWTR3_DATAST ((uint32_t)0x0000FF00
) 4054 #define FMC_BWTR3_DATAST_0 ((uint32_t)0x00000100
) 4055 #define FMC_BWTR3_DATAST_1 ((uint32_t)0x00000200
) 4056 #define FMC_BWTR3_DATAST_2 ((uint32_t)0x00000400
) 4057 #define FMC_BWTR3_DATAST_3 ((uint32_t)0x00000800
) 4058 #define FMC_BWTR3_DATAST_4 ((uint32_t)0x00001000
) 4059 #define FMC_BWTR3_DATAST_5 ((uint32_t)0x00002000
) 4060 #define FMC_BWTR3_DATAST_6 ((uint32_t)0x00004000
) 4061 #define FMC_BWTR3_DATAST_7 ((uint32_t)0x00008000
) 4063 #define FMC_BWTR3_CLKDIV ((uint32_t)0x00F00000
) 4064 #define FMC_BWTR3_CLKDIV_0 ((uint32_t)0x00100000
) 4065 #define FMC_BWTR3_CLKDIV_1 ((uint32_t)0x00200000
) 4066 #define FMC_BWTR3_CLKDIV_2 ((uint32_t)0x00400000
) 4067 #define FMC_BWTR3_CLKDIV_3 ((uint32_t)0x00800000
) 4069 #define FMC_BWTR3_DATLAT ((uint32_t)0x0F000000
) 4070 #define FMC_BWTR3_DATLAT_0 ((uint32_t)0x01000000
) 4071 #define FMC_BWTR3_DATLAT_1 ((uint32_t)0x02000000
) 4072 #define FMC_BWTR3_DATLAT_2 ((uint32_t)0x04000000
) 4073 #define FMC_BWTR3_DATLAT_3 ((uint32_t)0x08000000
) 4075 #define FMC_BWTR3_ACCMOD ((uint32_t)0x30000000
) 4076 #define FMC_BWTR3_ACCMOD_0 ((uint32_t)0x10000000
) 4077 #define FMC_BWTR3_ACCMOD_1 ((uint32_t)0x20000000
) 4080 #define FMC_BWTR4_ADDSET ((uint32_t)0x0000000F
) 4081 #define FMC_BWTR4_ADDSET_0 ((uint32_t)0x00000001
) 4082 #define FMC_BWTR4_ADDSET_1 ((uint32_t)0x00000002
) 4083 #define FMC_BWTR4_ADDSET_2 ((uint32_t)0x00000004
) 4084 #define FMC_BWTR4_ADDSET_3 ((uint32_t)0x00000008
) 4086 #define FMC_BWTR4_ADDHLD ((uint32_t)0x000000F0
) 4087 #define FMC_BWTR4_ADDHLD_0 ((uint32_t)0x00000010
) 4088 #define FMC_BWTR4_ADDHLD_1 ((uint32_t)0x00000020
) 4089 #define FMC_BWTR4_ADDHLD_2 ((uint32_t)0x00000040
) 4090 #define FMC_BWTR4_ADDHLD_3 ((uint32_t)0x00000080
) 4092 #define FMC_BWTR4_DATAST ((uint32_t)0x0000FF00
) 4093 #define FMC_BWTR4_DATAST_0 ((uint32_t)0x00000100
) 4094 #define FMC_BWTR4_DATAST_1 ((uint32_t)0x00000200
) 4095 #define FMC_BWTR4_DATAST_2 ((uint32_t)0x00000400
) 4096 #define FMC_BWTR4_DATAST_3 ((uint32_t)0x00000800
) 4097 #define FMC_BWTR4_DATAST_4 ((uint32_t)0x00001000
) 4098 #define FMC_BWTR4_DATAST_5 ((uint32_t)0x00002000
) 4099 #define FMC_BWTR4_DATAST_6 ((uint32_t)0x00004000
) 4100 #define FMC_BWTR4_DATAST_7 ((uint32_t)0x00008000
) 4102 #define FMC_BWTR4_CLKDIV ((uint32_t)0x00F00000
) 4103 #define FMC_BWTR4_CLKDIV_0 ((uint32_t)0x00100000
) 4104 #define FMC_BWTR4_CLKDIV_1 ((uint32_t)0x00200000
) 4105 #define FMC_BWTR4_CLKDIV_2 ((uint32_t)0x00400000
) 4106 #define FMC_BWTR4_CLKDIV_3 ((uint32_t)0x00800000
) 4108 #define FMC_BWTR4_DATLAT ((uint32_t)0x0F000000
) 4109 #define FMC_BWTR4_DATLAT_0 ((uint32_t)0x01000000
) 4110 #define FMC_BWTR4_DATLAT_1 ((uint32_t)0x02000000
) 4111 #define FMC_BWTR4_DATLAT_2 ((uint32_t)0x04000000
) 4112 #define FMC_BWTR4_DATLAT_3 ((uint32_t)0x08000000
) 4114 #define FMC_BWTR4_ACCMOD ((uint32_t)0x30000000
) 4115 #define FMC_BWTR4_ACCMOD_0 ((uint32_t)0x10000000
) 4116 #define FMC_BWTR4_ACCMOD_1 ((uint32_t)0x20000000
) 4119 #define FMC_PCR2_PWAITEN ((uint32_t)0x00000002
) 4120 #define FMC_PCR2_PBKEN ((uint32_t)0x00000004
) 4121 #define FMC_PCR2_PTYP ((uint32_t)0x00000008
) 4123 #define FMC_PCR2_PWID ((uint32_t)0x00000030
) 4124 #define FMC_PCR2_PWID_0 ((uint32_t)0x00000010
) 4125 #define FMC_PCR2_PWID_1 ((uint32_t)0x00000020
) 4127 #define FMC_PCR2_ECCEN ((uint32_t)0x00000040
) 4129 #define FMC_PCR2_TCLR ((uint32_t)0x00001E00
) 4130 #define FMC_PCR2_TCLR_0 ((uint32_t)0x00000200
) 4131 #define FMC_PCR2_TCLR_1 ((uint32_t)0x00000400
) 4132 #define FMC_PCR2_TCLR_2 ((uint32_t)0x00000800
) 4133 #define FMC_PCR2_TCLR_3 ((uint32_t)0x00001000
) 4135 #define FMC_PCR2_TAR ((uint32_t)0x0001E000
) 4136 #define FMC_PCR2_TAR_0 ((uint32_t)0x00002000
) 4137 #define FMC_PCR2_TAR_1 ((uint32_t)0x00004000
) 4138 #define FMC_PCR2_TAR_2 ((uint32_t)0x00008000
) 4139 #define FMC_PCR2_TAR_3 ((uint32_t)0x00010000
) 4141 #define FMC_PCR2_ECCPS ((uint32_t)0x000E0000
) 4142 #define FMC_PCR2_ECCPS_0 ((uint32_t)0x00020000
) 4143 #define FMC_PCR2_ECCPS_1 ((uint32_t)0x00040000
) 4144 #define FMC_PCR2_ECCPS_2 ((uint32_t)0x00080000
) 4147 #define FMC_PCR3_PWAITEN ((uint32_t)0x00000002
) 4148 #define FMC_PCR3_PBKEN ((uint32_t)0x00000004
) 4149 #define FMC_PCR3_PTYP ((uint32_t)0x00000008
) 4151 #define FMC_PCR3_PWID ((uint32_t)0x00000030
) 4152 #define FMC_PCR3_PWID_0 ((uint32_t)0x00000010
) 4153 #define FMC_PCR3_PWID_1 ((uint32_t)0x00000020
) 4155 #define FMC_PCR3_ECCEN ((uint32_t)0x00000040
) 4157 #define FMC_PCR3_TCLR ((uint32_t)0x00001E00
) 4158 #define FMC_PCR3_TCLR_0 ((uint32_t)0x00000200
) 4159 #define FMC_PCR3_TCLR_1 ((uint32_t)0x00000400
) 4160 #define FMC_PCR3_TCLR_2 ((uint32_t)0x00000800
) 4161 #define FMC_PCR3_TCLR_3 ((uint32_t)0x00001000
) 4163 #define FMC_PCR3_TAR ((uint32_t)0x0001E000
) 4164 #define FMC_PCR3_TAR_0 ((uint32_t)0x00002000
) 4165 #define FMC_PCR3_TAR_1 ((uint32_t)0x00004000
) 4166 #define FMC_PCR3_TAR_2 ((uint32_t)0x00008000
) 4167 #define FMC_PCR3_TAR_3 ((uint32_t)0x00010000
) 4169 #define FMC_PCR3_ECCPS ((uint32_t)0x000E0000
) 4170 #define FMC_PCR3_ECCPS_0 ((uint32_t)0x00020000
) 4171 #define FMC_PCR3_ECCPS_1 ((uint32_t)0x00040000
) 4172 #define FMC_PCR3_ECCPS_2 ((uint32_t)0x00080000
) 4175 #define FMC_PCR4_PWAITEN ((uint32_t)0x00000002
) 4176 #define FMC_PCR4_PBKEN ((uint32_t)0x00000004
) 4177 #define FMC_PCR4_PTYP ((uint32_t)0x00000008
) 4179 #define FMC_PCR4_PWID ((uint32_t)0x00000030
) 4180 #define FMC_PCR4_PWID_0 ((uint32_t)0x00000010
) 4181 #define FMC_PCR4_PWID_1 ((uint32_t)0x00000020
) 4183 #define FMC_PCR4_ECCEN ((uint32_t)0x00000040
) 4185 #define FMC_PCR4_TCLR ((uint32_t)0x00001E00
) 4186 #define FMC_PCR4_TCLR_0 ((uint32_t)0x00000200
) 4187 #define FMC_PCR4_TCLR_1 ((uint32_t)0x00000400
) 4188 #define FMC_PCR4_TCLR_2 ((uint32_t)0x00000800
) 4189 #define FMC_PCR4_TCLR_3 ((uint32_t)0x00001000
) 4191 #define FMC_PCR4_TAR ((uint32_t)0x0001E000
) 4192 #define FMC_PCR4_TAR_0 ((uint32_t)0x00002000
) 4193 #define FMC_PCR4_TAR_1 ((uint32_t)0x00004000
) 4194 #define FMC_PCR4_TAR_2 ((uint32_t)0x00008000
) 4195 #define FMC_PCR4_TAR_3 ((uint32_t)0x00010000
) 4197 #define FMC_PCR4_ECCPS ((uint32_t)0x000E0000
) 4198 #define FMC_PCR4_ECCPS_0 ((uint32_t)0x00020000
) 4199 #define FMC_PCR4_ECCPS_1 ((uint32_t)0x00040000
) 4200 #define FMC_PCR4_ECCPS_2 ((uint32_t)0x00080000
) 4203 #define FMC_SR2_IRS ((uint32_t)0x01
) 4204 #define FMC_SR2_ILS ((uint32_t)0x02
) 4205 #define FMC_SR2_IFS ((uint32_t)0x04
) 4206 #define FMC_SR2_IREN ((uint32_t)0x08
) 4207 #define FMC_SR2_ILEN ((uint32_t)0x10
) 4208 #define FMC_SR2_IFEN ((uint32_t)0x20
) 4209 #define FMC_SR2_FEMPT ((uint32_t)0x40
) 4212 #define FMC_SR3_IRS ((uint32_t)0x01
) 4213 #define FMC_SR3_ILS ((uint32_t)0x02
) 4214 #define FMC_SR3_IFS ((uint32_t)0x04
) 4215 #define FMC_SR3_IREN ((uint32_t)0x08
) 4216 #define FMC_SR3_ILEN ((uint32_t)0x10
) 4217 #define FMC_SR3_IFEN ((uint32_t)0x20
) 4218 #define FMC_SR3_FEMPT ((uint32_t)0x40
) 4221 #define FMC_SR4_IRS ((uint32_t)0x01
) 4222 #define FMC_SR4_ILS ((uint32_t)0x02
) 4223 #define FMC_SR4_IFS ((uint32_t)0x04
) 4224 #define FMC_SR4_IREN ((uint32_t)0x08
) 4225 #define FMC_SR4_ILEN ((uint32_t)0x10
) 4226 #define FMC_SR4_IFEN ((uint32_t)0x20
) 4227 #define FMC_SR4_FEMPT ((uint32_t)0x40
) 4230 #define FMC_PMEM2_MEMSET2 ((uint32_t)0x000000FF
) 4231 #define FMC_PMEM2_MEMSET2_0 ((uint32_t)0x00000001
) 4232 #define FMC_PMEM2_MEMSET2_1 ((uint32_t)0x00000002
) 4233 #define FMC_PMEM2_MEMSET2_2 ((uint32_t)0x00000004
) 4234 #define FMC_PMEM2_MEMSET2_3 ((uint32_t)0x00000008
) 4235 #define FMC_PMEM2_MEMSET2_4 ((uint32_t)0x00000010
) 4236 #define FMC_PMEM2_MEMSET2_5 ((uint32_t)0x00000020
) 4237 #define FMC_PMEM2_MEMSET2_6 ((uint32_t)0x00000040
) 4238 #define FMC_PMEM2_MEMSET2_7 ((uint32_t)0x00000080
) 4240 #define FMC_PMEM2_MEMWAIT2 ((uint32_t)0x0000FF00
) 4241 #define FMC_PMEM2_MEMWAIT2_0 ((uint32_t)0x00000100
) 4242 #define FMC_PMEM2_MEMWAIT2_1 ((uint32_t)0x00000200
) 4243 #define FMC_PMEM2_MEMWAIT2_2 ((uint32_t)0x00000400
) 4244 #define FMC_PMEM2_MEMWAIT2_3 ((uint32_t)0x00000800
) 4245 #define FMC_PMEM2_MEMWAIT2_4 ((uint32_t)0x00001000
) 4246 #define FMC_PMEM2_MEMWAIT2_5 ((uint32_t)0x00002000
) 4247 #define FMC_PMEM2_MEMWAIT2_6 ((uint32_t)0x00004000
) 4248 #define FMC_PMEM2_MEMWAIT2_7 ((uint32_t)0x00008000
) 4250 #define FMC_PMEM2_MEMHOLD2 ((uint32_t)0x00FF0000
) 4251 #define FMC_PMEM2_MEMHOLD2_0 ((uint32_t)0x00010000
) 4252 #define FMC_PMEM2_MEMHOLD2_1 ((uint32_t)0x00020000
) 4253 #define FMC_PMEM2_MEMHOLD2_2 ((uint32_t)0x00040000
) 4254 #define FMC_PMEM2_MEMHOLD2_3 ((uint32_t)0x00080000
) 4255 #define FMC_PMEM2_MEMHOLD2_4 ((uint32_t)0x00100000
) 4256 #define FMC_PMEM2_MEMHOLD2_5 ((uint32_t)0x00200000
) 4257 #define FMC_PMEM2_MEMHOLD2_6 ((uint32_t)0x00400000
) 4258 #define FMC_PMEM2_MEMHOLD2_7 ((uint32_t)0x00800000
) 4260 #define FMC_PMEM2_MEMHIZ2 ((uint32_t)0xFF000000
) 4261 #define FMC_PMEM2_MEMHIZ2_0 ((uint32_t)0x01000000
) 4262 #define FMC_PMEM2_MEMHIZ2_1 ((uint32_t)0x02000000
) 4263 #define FMC_PMEM2_MEMHIZ2_2 ((uint32_t)0x04000000
) 4264 #define FMC_PMEM2_MEMHIZ2_3 ((uint32_t)0x08000000
) 4265 #define FMC_PMEM2_MEMHIZ2_4 ((uint32_t)0x10000000
) 4266 #define FMC_PMEM2_MEMHIZ2_5 ((uint32_t)0x20000000
) 4267 #define FMC_PMEM2_MEMHIZ2_6 ((uint32_t)0x40000000
) 4268 #define FMC_PMEM2_MEMHIZ2_7 ((uint32_t)0x80000000
) 4271 #define FMC_PMEM3_MEMSET3 ((uint32_t)0x000000FF
) 4272 #define FMC_PMEM3_MEMSET3_0 ((uint32_t)0x00000001
) 4273 #define FMC_PMEM3_MEMSET3_1 ((uint32_t)0x00000002
) 4274 #define FMC_PMEM3_MEMSET3_2 ((uint32_t)0x00000004
) 4275 #define FMC_PMEM3_MEMSET3_3 ((uint32_t)0x00000008
) 4276 #define FMC_PMEM3_MEMSET3_4 ((uint32_t)0x00000010
) 4277 #define FMC_PMEM3_MEMSET3_5 ((uint32_t)0x00000020
) 4278 #define FMC_PMEM3_MEMSET3_6 ((uint32_t)0x00000040
) 4279 #define FMC_PMEM3_MEMSET3_7 ((uint32_t)0x00000080
) 4281 #define FMC_PMEM3_MEMWAIT3 ((uint32_t)0x0000FF00
) 4282 #define FMC_PMEM3_MEMWAIT3_0 ((uint32_t)0x00000100
) 4283 #define FMC_PMEM3_MEMWAIT3_1 ((uint32_t)0x00000200
) 4284 #define FMC_PMEM3_MEMWAIT3_2 ((uint32_t)0x00000400
) 4285 #define FMC_PMEM3_MEMWAIT3_3 ((uint32_t)0x00000800
) 4286 #define FMC_PMEM3_MEMWAIT3_4 ((uint32_t)0x00001000
) 4287 #define FMC_PMEM3_MEMWAIT3_5 ((uint32_t)0x00002000
) 4288 #define FMC_PMEM3_MEMWAIT3_6 ((uint32_t)0x00004000
) 4289 #define FMC_PMEM3_MEMWAIT3_7 ((uint32_t)0x00008000
) 4291 #define FMC_PMEM3_MEMHOLD3 ((uint32_t)0x00FF0000
) 4292 #define FMC_PMEM3_MEMHOLD3_0 ((uint32_t)0x00010000
) 4293 #define FMC_PMEM3_MEMHOLD3_1 ((uint32_t)0x00020000
) 4294 #define FMC_PMEM3_MEMHOLD3_2 ((uint32_t)0x00040000
) 4295 #define FMC_PMEM3_MEMHOLD3_3 ((uint32_t)0x00080000
) 4296 #define FMC_PMEM3_MEMHOLD3_4 ((uint32_t)0x00100000
) 4297 #define FMC_PMEM3_MEMHOLD3_5 ((uint32_t)0x00200000
) 4298 #define FMC_PMEM3_MEMHOLD3_6 ((uint32_t)0x00400000
) 4299 #define FMC_PMEM3_MEMHOLD3_7 ((uint32_t)0x00800000
) 4301 #define FMC_PMEM3_MEMHIZ3 ((uint32_t)0xFF000000
) 4302 #define FMC_PMEM3_MEMHIZ3_0 ((uint32_t)0x01000000
) 4303 #define FMC_PMEM3_MEMHIZ3_1 ((uint32_t)0x02000000
) 4304 #define FMC_PMEM3_MEMHIZ3_2 ((uint32_t)0x04000000
) 4305 #define FMC_PMEM3_MEMHIZ3_3 ((uint32_t)0x08000000
) 4306 #define FMC_PMEM3_MEMHIZ3_4 ((uint32_t)0x10000000
) 4307 #define FMC_PMEM3_MEMHIZ3_5 ((uint32_t)0x20000000
) 4308 #define FMC_PMEM3_MEMHIZ3_6 ((uint32_t)0x40000000
) 4309 #define FMC_PMEM3_MEMHIZ3_7 ((uint32_t)0x80000000
) 4312 #define FMC_PMEM4_MEMSET4 ((uint32_t)0x000000FF
) 4313 #define FMC_PMEM4_MEMSET4_0 ((uint32_t)0x00000001
) 4314 #define FMC_PMEM4_MEMSET4_1 ((uint32_t)0x00000002
) 4315 #define FMC_PMEM4_MEMSET4_2 ((uint32_t)0x00000004
) 4316 #define FMC_PMEM4_MEMSET4_3 ((uint32_t)0x00000008
) 4317 #define FMC_PMEM4_MEMSET4_4 ((uint32_t)0x00000010
) 4318 #define FMC_PMEM4_MEMSET4_5 ((uint32_t)0x00000020
) 4319 #define FMC_PMEM4_MEMSET4_6 ((uint32_t)0x00000040
) 4320 #define FMC_PMEM4_MEMSET4_7 ((uint32_t)0x00000080
) 4322 #define FMC_PMEM4_MEMWAIT4 ((uint32_t)0x0000FF00
) 4323 #define FMC_PMEM4_MEMWAIT4_0 ((uint32_t)0x00000100
) 4324 #define FMC_PMEM4_MEMWAIT4_1 ((uint32_t)0x00000200
) 4325 #define FMC_PMEM4_MEMWAIT4_2 ((uint32_t)0x00000400
) 4326 #define FMC_PMEM4_MEMWAIT4_3 ((uint32_t)0x00000800
) 4327 #define FMC_PMEM4_MEMWAIT4_4 ((uint32_t)0x00001000
) 4328 #define FMC_PMEM4_MEMWAIT4_5 ((uint32_t)0x00002000
) 4329 #define FMC_PMEM4_MEMWAIT4_6 ((uint32_t)0x00004000
) 4330 #define FMC_PMEM4_MEMWAIT4_7 ((uint32_t)0x00008000
) 4332 #define FMC_PMEM4_MEMHOLD4 ((uint32_t)0x00FF0000
) 4333 #define FMC_PMEM4_MEMHOLD4_0 ((uint32_t)0x00010000
) 4334 #define FMC_PMEM4_MEMHOLD4_1 ((uint32_t)0x00020000
) 4335 #define FMC_PMEM4_MEMHOLD4_2 ((uint32_t)0x00040000
) 4336 #define FMC_PMEM4_MEMHOLD4_3 ((uint32_t)0x00080000
) 4337 #define FMC_PMEM4_MEMHOLD4_4 ((uint32_t)0x00100000
) 4338 #define FMC_PMEM4_MEMHOLD4_5 ((uint32_t)0x00200000
) 4339 #define FMC_PMEM4_MEMHOLD4_6 ((uint32_t)0x00400000
) 4340 #define FMC_PMEM4_MEMHOLD4_7 ((uint32_t)0x00800000
) 4342 #define FMC_PMEM4_MEMHIZ4 ((uint32_t)0xFF000000
) 4343 #define FMC_PMEM4_MEMHIZ4_0 ((uint32_t)0x01000000
) 4344 #define FMC_PMEM4_MEMHIZ4_1 ((uint32_t)0x02000000
) 4345 #define FMC_PMEM4_MEMHIZ4_2 ((uint32_t)0x04000000
) 4346 #define FMC_PMEM4_MEMHIZ4_3 ((uint32_t)0x08000000
) 4347 #define FMC_PMEM4_MEMHIZ4_4 ((uint32_t)0x10000000
) 4348 #define FMC_PMEM4_MEMHIZ4_5 ((uint32_t)0x20000000
) 4349 #define FMC_PMEM4_MEMHIZ4_6 ((uint32_t)0x40000000
) 4350 #define FMC_PMEM4_MEMHIZ4_7 ((uint32_t)0x80000000
) 4353 #define FMC_PATT2_ATTSET2 ((uint32_t)0x000000FF
) 4354 #define FMC_PATT2_ATTSET2_0 ((uint32_t)0x00000001
) 4355 #define FMC_PATT2_ATTSET2_1 ((uint32_t)0x00000002
) 4356 #define FMC_PATT2_ATTSET2_2 ((uint32_t)0x00000004
) 4357 #define FMC_PATT2_ATTSET2_3 ((uint32_t)0x00000008
) 4358 #define FMC_PATT2_ATTSET2_4 ((uint32_t)0x00000010
) 4359 #define FMC_PATT2_ATTSET2_5 ((uint32_t)0x00000020
) 4360 #define FMC_PATT2_ATTSET2_6 ((uint32_t)0x00000040
) 4361 #define FMC_PATT2_ATTSET2_7 ((uint32_t)0x00000080
) 4363 #define FMC_PATT2_ATTWAIT2 ((uint32_t)0x0000FF00
) 4364 #define FMC_PATT2_ATTWAIT2_0 ((uint32_t)0x00000100
) 4365 #define FMC_PATT2_ATTWAIT2_1 ((uint32_t)0x00000200
) 4366 #define FMC_PATT2_ATTWAIT2_2 ((uint32_t)0x00000400
) 4367 #define FMC_PATT2_ATTWAIT2_3 ((uint32_t)0x00000800
) 4368 #define FMC_PATT2_ATTWAIT2_4 ((uint32_t)0x00001000
) 4369 #define FMC_PATT2_ATTWAIT2_5 ((uint32_t)0x00002000
) 4370 #define FMC_PATT2_ATTWAIT2_6 ((uint32_t)0x00004000
) 4371 #define FMC_PATT2_ATTWAIT2_7 ((uint32_t)0x00008000
) 4373 #define FMC_PATT2_ATTHOLD2 ((uint32_t)0x00FF0000
) 4374 #define FMC_PATT2_ATTHOLD2_0 ((uint32_t)0x00010000
) 4375 #define FMC_PATT2_ATTHOLD2_1 ((uint32_t)0x00020000
) 4376 #define FMC_PATT2_ATTHOLD2_2 ((uint32_t)0x00040000
) 4377 #define FMC_PATT2_ATTHOLD2_3 ((uint32_t)0x00080000
) 4378 #define FMC_PATT2_ATTHOLD2_4 ((uint32_t)0x00100000
) 4379 #define FMC_PATT2_ATTHOLD2_5 ((uint32_t)0x00200000
) 4380 #define FMC_PATT2_ATTHOLD2_6 ((uint32_t)0x00400000
) 4381 #define FMC_PATT2_ATTHOLD2_7 ((uint32_t)0x00800000
) 4383 #define FMC_PATT2_ATTHIZ2 ((uint32_t)0xFF000000
) 4384 #define FMC_PATT2_ATTHIZ2_0 ((uint32_t)0x01000000
) 4385 #define FMC_PATT2_ATTHIZ2_1 ((uint32_t)0x02000000
) 4386 #define FMC_PATT2_ATTHIZ2_2 ((uint32_t)0x04000000
) 4387 #define FMC_PATT2_ATTHIZ2_3 ((uint32_t)0x08000000
) 4388 #define FMC_PATT2_ATTHIZ2_4 ((uint32_t)0x10000000
) 4389 #define FMC_PATT2_ATTHIZ2_5 ((uint32_t)0x20000000
) 4390 #define FMC_PATT2_ATTHIZ2_6 ((uint32_t)0x40000000
) 4391 #define FMC_PATT2_ATTHIZ2_7 ((uint32_t)0x80000000
) 4394 #define FMC_PATT3_ATTSET3 ((uint32_t)0x000000FF
) 4395 #define FMC_PATT3_ATTSET3_0 ((uint32_t)0x00000001
) 4396 #define FMC_PATT3_ATTSET3_1 ((uint32_t)0x00000002
) 4397 #define FMC_PATT3_ATTSET3_2 ((uint32_t)0x00000004
) 4398 #define FMC_PATT3_ATTSET3_3 ((uint32_t)0x00000008
) 4399 #define FMC_PATT3_ATTSET3_4 ((uint32_t)0x00000010
) 4400 #define FMC_PATT3_ATTSET3_5 ((uint32_t)0x00000020
) 4401 #define FMC_PATT3_ATTSET3_6 ((uint32_t)0x00000040
) 4402 #define FMC_PATT3_ATTSET3_7 ((uint32_t)0x00000080
) 4404 #define FMC_PATT3_ATTWAIT3 ((uint32_t)0x0000FF00
) 4405 #define FMC_PATT3_ATTWAIT3_0 ((uint32_t)0x00000100
) 4406 #define FMC_PATT3_ATTWAIT3_1 ((uint32_t)0x00000200
) 4407 #define FMC_PATT3_ATTWAIT3_2 ((uint32_t)0x00000400
) 4408 #define FMC_PATT3_ATTWAIT3_3 ((uint32_t)0x00000800
) 4409 #define FMC_PATT3_ATTWAIT3_4 ((uint32_t)0x00001000
) 4410 #define FMC_PATT3_ATTWAIT3_5 ((uint32_t)0x00002000
) 4411 #define FMC_PATT3_ATTWAIT3_6 ((uint32_t)0x00004000
) 4412 #define FMC_PATT3_ATTWAIT3_7 ((uint32_t)0x00008000
) 4414 #define FMC_PATT3_ATTHOLD3 ((uint32_t)0x00FF0000
) 4415 #define FMC_PATT3_ATTHOLD3_0 ((uint32_t)0x00010000
) 4416 #define FMC_PATT3_ATTHOLD3_1 ((uint32_t)0x00020000
) 4417 #define FMC_PATT3_ATTHOLD3_2 ((uint32_t)0x00040000
) 4418 #define FMC_PATT3_ATTHOLD3_3 ((uint32_t)0x00080000
) 4419 #define FMC_PATT3_ATTHOLD3_4 ((uint32_t)0x00100000
) 4420 #define FMC_PATT3_ATTHOLD3_5 ((uint32_t)0x00200000
) 4421 #define FMC_PATT3_ATTHOLD3_6 ((uint32_t)0x00400000
) 4422 #define FMC_PATT3_ATTHOLD3_7 ((uint32_t)0x00800000
) 4424 #define FMC_PATT3_ATTHIZ3 ((uint32_t)0xFF000000
) 4425 #define FMC_PATT3_ATTHIZ3_0 ((uint32_t)0x01000000
) 4426 #define FMC_PATT3_ATTHIZ3_1 ((uint32_t)0x02000000
) 4427 #define FMC_PATT3_ATTHIZ3_2 ((uint32_t)0x04000000
) 4428 #define FMC_PATT3_ATTHIZ3_3 ((uint32_t)0x08000000
) 4429 #define FMC_PATT3_ATTHIZ3_4 ((uint32_t)0x10000000
) 4430 #define FMC_PATT3_ATTHIZ3_5 ((uint32_t)0x20000000
) 4431 #define FMC_PATT3_ATTHIZ3_6 ((uint32_t)0x40000000
) 4432 #define FMC_PATT3_ATTHIZ3_7 ((uint32_t)0x80000000
) 4435 #define FMC_PATT4_ATTSET4 ((uint32_t)0x000000FF
) 4436 #define FMC_PATT4_ATTSET4_0 ((uint32_t)0x00000001
) 4437 #define FMC_PATT4_ATTSET4_1 ((uint32_t)0x00000002
) 4438 #define FMC_PATT4_ATTSET4_2 ((uint32_t)0x00000004
) 4439 #define FMC_PATT4_ATTSET4_3 ((uint32_t)0x00000008
) 4440 #define FMC_PATT4_ATTSET4_4 ((uint32_t)0x00000010
) 4441 #define FMC_PATT4_ATTSET4_5 ((uint32_t)0x00000020
) 4442 #define FMC_PATT4_ATTSET4_6 ((uint32_t)0x00000040
) 4443 #define FMC_PATT4_ATTSET4_7 ((uint32_t)0x00000080
) 4445 #define FMC_PATT4_ATTWAIT4 ((uint32_t)0x0000FF00
) 4446 #define FMC_PATT4_ATTWAIT4_0 ((uint32_t)0x00000100
) 4447 #define FMC_PATT4_ATTWAIT4_1 ((uint32_t)0x00000200
) 4448 #define FMC_PATT4_ATTWAIT4_2 ((uint32_t)0x00000400
) 4449 #define FMC_PATT4_ATTWAIT4_3 ((uint32_t)0x00000800
) 4450 #define FMC_PATT4_ATTWAIT4_4 ((uint32_t)0x00001000
) 4451 #define FMC_PATT4_ATTWAIT4_5 ((uint32_t)0x00002000
) 4452 #define FMC_PATT4_ATTWAIT4_6 ((uint32_t)0x00004000
) 4453 #define FMC_PATT4_ATTWAIT4_7 ((uint32_t)0x00008000
) 4455 #define FMC_PATT4_ATTHOLD4 ((uint32_t)0x00FF0000
) 4456 #define FMC_PATT4_ATTHOLD4_0 ((uint32_t)0x00010000
) 4457 #define FMC_PATT4_ATTHOLD4_1 ((uint32_t)0x00020000
) 4458 #define FMC_PATT4_ATTHOLD4_2 ((uint32_t)0x00040000
) 4459 #define FMC_PATT4_ATTHOLD4_3 ((uint32_t)0x00080000
) 4460 #define FMC_PATT4_ATTHOLD4_4 ((uint32_t)0x00100000
) 4461 #define FMC_PATT4_ATTHOLD4_5 ((uint32_t)0x00200000
) 4462 #define FMC_PATT4_ATTHOLD4_6 ((uint32_t)0x00400000
) 4463 #define FMC_PATT4_ATTHOLD4_7 ((uint32_t)0x00800000
) 4465 #define FMC_PATT4_ATTHIZ4 ((uint32_t)0xFF000000
) 4466 #define FMC_PATT4_ATTHIZ4_0 ((uint32_t)0x01000000
) 4467 #define FMC_PATT4_ATTHIZ4_1 ((uint32_t)0x02000000
) 4468 #define FMC_PATT4_ATTHIZ4_2 ((uint32_t)0x04000000
) 4469 #define FMC_PATT4_ATTHIZ4_3 ((uint32_t)0x08000000
) 4470 #define FMC_PATT4_ATTHIZ4_4 ((uint32_t)0x10000000
) 4471 #define FMC_PATT4_ATTHIZ4_5 ((uint32_t)0x20000000
) 4472 #define FMC_PATT4_ATTHIZ4_6 ((uint32_t)0x40000000
) 4473 #define FMC_PATT4_ATTHIZ4_7 ((uint32_t)0x80000000
) 4476 #define FMC_PIO4_IOSET4 ((uint32_t)0x000000FF
) 4477 #define FMC_PIO4_IOSET4_0 ((uint32_t)0x00000001
) 4478 #define FMC_PIO4_IOSET4_1 ((uint32_t)0x00000002
) 4479 #define FMC_PIO4_IOSET4_2 ((uint32_t)0x00000004
) 4480 #define FMC_PIO4_IOSET4_3 ((uint32_t)0x00000008
) 4481 #define FMC_PIO4_IOSET4_4 ((uint32_t)0x00000010
) 4482 #define FMC_PIO4_IOSET4_5 ((uint32_t)0x00000020
) 4483 #define FMC_PIO4_IOSET4_6 ((uint32_t)0x00000040
) 4484 #define FMC_PIO4_IOSET4_7 ((uint32_t)0x00000080
) 4486 #define FMC_PIO4_IOWAIT4 ((uint32_t)0x0000FF00
) 4487 #define FMC_PIO4_IOWAIT4_0 ((uint32_t)0x00000100
) 4488 #define FMC_PIO4_IOWAIT4_1 ((uint32_t)0x00000200
) 4489 #define FMC_PIO4_IOWAIT4_2 ((uint32_t)0x00000400
) 4490 #define FMC_PIO4_IOWAIT4_3 ((uint32_t)0x00000800
) 4491 #define FMC_PIO4_IOWAIT4_4 ((uint32_t)0x00001000
) 4492 #define FMC_PIO4_IOWAIT4_5 ((uint32_t)0x00002000
) 4493 #define FMC_PIO4_IOWAIT4_6 ((uint32_t)0x00004000
) 4494 #define FMC_PIO4_IOWAIT4_7 ((uint32_t)0x00008000
) 4496 #define FMC_PIO4_IOHOLD4 ((uint32_t)0x00FF0000
) 4497 #define FMC_PIO4_IOHOLD4_0 ((uint32_t)0x00010000
) 4498 #define FMC_PIO4_IOHOLD4_1 ((uint32_t)0x00020000
) 4499 #define FMC_PIO4_IOHOLD4_2 ((uint32_t)0x00040000
) 4500 #define FMC_PIO4_IOHOLD4_3 ((uint32_t)0x00080000
) 4501 #define FMC_PIO4_IOHOLD4_4 ((uint32_t)0x00100000
) 4502 #define FMC_PIO4_IOHOLD4_5 ((uint32_t)0x00200000
) 4503 #define FMC_PIO4_IOHOLD4_6 ((uint32_t)0x00400000
) 4504 #define FMC_PIO4_IOHOLD4_7 ((uint32_t)0x00800000
) 4506 #define FMC_PIO4_IOHIZ4 ((uint32_t)0xFF000000
) 4507 #define FMC_PIO4_IOHIZ4_0 ((uint32_t)0x01000000
) 4508 #define FMC_PIO4_IOHIZ4_1 ((uint32_t)0x02000000
) 4509 #define FMC_PIO4_IOHIZ4_2 ((uint32_t)0x04000000
) 4510 #define FMC_PIO4_IOHIZ4_3 ((uint32_t)0x08000000
) 4511 #define FMC_PIO4_IOHIZ4_4 ((uint32_t)0x10000000
) 4512 #define FMC_PIO4_IOHIZ4_5 ((uint32_t)0x20000000
) 4513 #define FMC_PIO4_IOHIZ4_6 ((uint32_t)0x40000000
) 4514 #define FMC_PIO4_IOHIZ4_7 ((uint32_t)0x80000000
) 4517 #define FMC_ECCR2_ECC2 ((uint32_t)0xFFFFFFFF
) 4520 #define FMC_ECCR3_ECC3 ((uint32_t)0xFFFFFFFF
) 4523 #define FMC_SDCR1_NC ((uint32_t)0x00000003
) 4524 #define FMC_SDCR1_NC_0 ((uint32_t)0x00000001
) 4525 #define FMC_SDCR1_NC_1 ((uint32_t)0x00000002
) 4527 #define FMC_SDCR1_NR ((uint32_t)0x0000000C
) 4528 #define FMC_SDCR1_NR_0 ((uint32_t)0x00000004
) 4529 #define FMC_SDCR1_NR_1 ((uint32_t)0x00000008
) 4531 #define FMC_SDCR1_MWID ((uint32_t)0x00000030
) 4532 #define FMC_SDCR1_MWID_0 ((uint32_t)0x00000010
) 4533 #define FMC_SDCR1_MWID_1 ((uint32_t)0x00000020
) 4535 #define FMC_SDCR1_NB ((uint32_t)0x00000040
) 4537 #define FMC_SDCR1_CAS ((uint32_t)0x00000180
) 4538 #define FMC_SDCR1_CAS_0 ((uint32_t)0x00000080
) 4539 #define FMC_SDCR1_CAS_1 ((uint32_t)0x00000100
) 4541 #define FMC_SDCR1_WP ((uint32_t)0x00000200
) 4543 #define FMC_SDCR1_SDCLK ((uint32_t)0x00000C00
) 4544 #define FMC_SDCR1_SDCLK_0 ((uint32_t)0x00000400
) 4545 #define FMC_SDCR1_SDCLK_1 ((uint32_t)0x00000800
) 4547 #define FMC_SDCR1_RBURST ((uint32_t)0x00001000
) 4549 #define FMC_SDCR1_RPIPE ((uint32_t)0x00006000
) 4550 #define FMC_SDCR1_RPIPE_0 ((uint32_t)0x00002000
) 4551 #define FMC_SDCR1_RPIPE_1 ((uint32_t)0x00004000
) 4554 #define FMC_SDCR2_NC ((uint32_t)0x00000003
) 4555 #define FMC_SDCR2_NC_0 ((uint32_t)0x00000001
) 4556 #define FMC_SDCR2_NC_1 ((uint32_t)0x00000002
) 4558 #define FMC_SDCR2_NR ((uint32_t)0x0000000C
) 4559 #define FMC_SDCR2_NR_0 ((uint32_t)0x00000004
) 4560 #define FMC_SDCR2_NR_1 ((uint32_t)0x00000008
) 4562 #define FMC_SDCR2_MWID ((uint32_t)0x00000030
) 4563 #define FMC_SDCR2_MWID_0 ((uint32_t)0x00000010
) 4564 #define FMC_SDCR2_MWID_1 ((uint32_t)0x00000020
) 4566 #define FMC_SDCR2_NB ((uint32_t)0x00000040
) 4568 #define FMC_SDCR2_CAS ((uint32_t)0x00000180
) 4569 #define FMC_SDCR2_CAS_0 ((uint32_t)0x00000080
) 4570 #define FMC_SDCR2_CAS_1 ((uint32_t)0x00000100
) 4572 #define FMC_SDCR2_WP ((uint32_t)0x00000200
) 4574 #define FMC_SDCR2_SDCLK ((uint32_t)0x00000C00
) 4575 #define FMC_SDCR2_SDCLK_0 ((uint32_t)0x00000400
) 4576 #define FMC_SDCR2_SDCLK_1 ((uint32_t)0x00000800
) 4578 #define FMC_SDCR2_RBURST ((uint32_t)0x00001000
) 4580 #define FMC_SDCR2_RPIPE ((uint32_t)0x00006000
) 4581 #define FMC_SDCR2_RPIPE_0 ((uint32_t)0x00002000
) 4582 #define FMC_SDCR2_RPIPE_1 ((uint32_t)0x00004000
) 4585 #define FMC_SDTR1_TMRD ((uint32_t)0x0000000F
) 4586 #define FMC_SDTR1_TMRD_0 ((uint32_t)0x00000001
) 4587 #define FMC_SDTR1_TMRD_1 ((uint32_t)0x00000002
) 4588 #define FMC_SDTR1_TMRD_2 ((uint32_t)0x00000004
) 4589 #define FMC_SDTR1_TMRD_3 ((uint32_t)0x00000008
) 4591 #define FMC_SDTR1_TXSR ((uint32_t)0x000000F0
) 4592 #define FMC_SDTR1_TXSR_0 ((uint32_t)0x00000010
) 4593 #define FMC_SDTR1_TXSR_1 ((uint32_t)0x00000020
) 4594 #define FMC_SDTR1_TXSR_2 ((uint32_t)0x00000040
) 4595 #define FMC_SDTR1_TXSR_3 ((uint32_t)0x00000080
) 4597 #define FMC_SDTR1_TRAS ((uint32_t)0x00000F00
) 4598 #define FMC_SDTR1_TRAS_0 ((uint32_t)0x00000100
) 4599 #define FMC_SDTR1_TRAS_1 ((uint32_t)0x00000200
) 4600 #define FMC_SDTR1_TRAS_2 ((uint32_t)0x00000400
) 4601 #define FMC_SDTR1_TRAS_3 ((uint32_t)0x00000800
) 4603 #define FMC_SDTR1_TRC ((uint32_t)0x0000F000
) 4604 #define FMC_SDTR1_TRC_0 ((uint32_t)0x00001000
) 4605 #define FMC_SDTR1_TRC_1 ((uint32_t)0x00002000
) 4606 #define FMC_SDTR1_TRC_2 ((uint32_t)0x00004000
) 4608 #define FMC_SDTR1_TWR ((uint32_t)0x000F0000
) 4609 #define FMC_SDTR1_TWR_0 ((uint32_t)0x00010000
) 4610 #define FMC_SDTR1_TWR_1 ((uint32_t)0x00020000
) 4611 #define FMC_SDTR1_TWR_2 ((uint32_t)0x00040000
) 4613 #define FMC_SDTR1_TRP ((uint32_t)0x00F00000
) 4614 #define FMC_SDTR1_TRP_0 ((uint32_t)0x00100000
) 4615 #define FMC_SDTR1_TRP_1 ((uint32_t)0x00200000
) 4616 #define FMC_SDTR1_TRP_2 ((uint32_t)0x00400000
) 4618 #define FMC_SDTR1_TRCD ((uint32_t)0x0F000000
) 4619 #define FMC_SDTR1_TRCD_0 ((uint32_t)0x01000000
) 4620 #define FMC_SDTR1_TRCD_1 ((uint32_t)0x02000000
) 4621 #define FMC_SDTR1_TRCD_2 ((uint32_t)0x04000000
) 4624 #define FMC_SDTR2_TMRD ((uint32_t)0x0000000F
) 4625 #define FMC_SDTR2_TMRD_0 ((uint32_t)0x00000001
) 4626 #define FMC_SDTR2_TMRD_1 ((uint32_t)0x00000002
) 4627 #define FMC_SDTR2_TMRD_2 ((uint32_t)0x00000004
) 4628 #define FMC_SDTR2_TMRD_3 ((uint32_t)0x00000008
) 4630 #define FMC_SDTR2_TXSR ((uint32_t)0x000000F0
) 4631 #define FMC_SDTR2_TXSR_0 ((uint32_t)0x00000010
) 4632 #define FMC_SDTR2_TXSR_1 ((uint32_t)0x00000020
) 4633 #define FMC_SDTR2_TXSR_2 ((uint32_t)0x00000040
) 4634 #define FMC_SDTR2_TXSR_3 ((uint32_t)0x00000080
) 4636 #define FMC_SDTR2_TRAS ((uint32_t)0x00000F00
) 4637 #define FMC_SDTR2_TRAS_0 ((uint32_t)0x00000100
) 4638 #define FMC_SDTR2_TRAS_1 ((uint32_t)0x00000200
) 4639 #define FMC_SDTR2_TRAS_2 ((uint32_t)0x00000400
) 4640 #define FMC_SDTR2_TRAS_3 ((uint32_t)0x00000800
) 4642 #define FMC_SDTR2_TRC ((uint32_t)0x0000F000
) 4643 #define FMC_SDTR2_TRC_0 ((uint32_t)0x00001000
) 4644 #define FMC_SDTR2_TRC_1 ((uint32_t)0x00002000
) 4645 #define FMC_SDTR2_TRC_2 ((uint32_t)0x00004000
) 4647 #define FMC_SDTR2_TWR ((uint32_t)0x000F0000
) 4648 #define FMC_SDTR2_TWR_0 ((uint32_t)0x00010000
) 4649 #define FMC_SDTR2_TWR_1 ((uint32_t)0x00020000
) 4650 #define FMC_SDTR2_TWR_2 ((uint32_t)0x00040000
) 4652 #define FMC_SDTR2_TRP ((uint32_t)0x00F00000
) 4653 #define FMC_SDTR2_TRP_0 ((uint32_t)0x00100000
) 4654 #define FMC_SDTR2_TRP_1 ((uint32_t)0x00200000
) 4655 #define FMC_SDTR2_TRP_2 ((uint32_t)0x00400000
) 4657 #define FMC_SDTR2_TRCD ((uint32_t)0x0F000000
) 4658 #define FMC_SDTR2_TRCD_0 ((uint32_t)0x01000000
) 4659 #define FMC_SDTR2_TRCD_1 ((uint32_t)0x02000000
) 4660 #define FMC_SDTR2_TRCD_2 ((uint32_t)0x04000000
) 4663 #define FMC_SDCMR_MODE ((uint32_t)0x00000007
) 4664 #define FMC_SDCMR_MODE_0 ((uint32_t)0x00000001
) 4665 #define FMC_SDCMR_MODE_1 ((uint32_t)0x00000002
) 4666 #define FMC_SDCMR_MODE_2 ((uint32_t)0x00000003
) 4668 #define FMC_SDCMR_CTB2 ((uint32_t)0x00000008
) 4670 #define FMC_SDCMR_CTB1 ((uint32_t)0x00000010
) 4672 #define FMC_SDCMR_NRFS ((uint32_t)0x000001E0
) 4673 #define FMC_SDCMR_NRFS_0 ((uint32_t)0x00000020
) 4674 #define FMC_SDCMR_NRFS_1 ((uint32_t)0x00000040
) 4675 #define FMC_SDCMR_NRFS_2 ((uint32_t)0x00000080
) 4676 #define FMC_SDCMR_NRFS_3 ((uint32_t)0x00000100
) 4678 #define FMC_SDCMR_MRD ((uint32_t)0x003FFE00
) 4681 #define FMC_SDRTR_CRE ((uint32_t)0x00000001
) 4683 #define FMC_SDRTR_COUNT ((uint32_t)0x00003FFE
) 4685 #define FMC_SDRTR_REIE ((uint32_t)0x00004000
) 4688 #define FMC_SDSR_RE ((uint32_t)0x00000001
) 4690 #define FMC_SDSR_MODES1 ((uint32_t)0x00000006
) 4691 #define FMC_SDSR_MODES1_0 ((uint32_t)0x00000002
) 4692 #define FMC_SDSR_MODES1_1 ((uint32_t)0x00000004
) 4694 #define FMC_SDSR_MODES2 ((uint32_t)0x00000018
) 4695 #define FMC_SDSR_MODES2_0 ((uint32_t)0x00000008
) 4696 #define FMC_SDSR_MODES2_1 ((uint32_t)0x00000010
) 4697 #define FMC_SDSR_BUSY ((uint32_t)0x00000020
) 4707 #define GPIO_MODER_MODER0 ((uint32_t)0x00000003
) 4708 #define GPIO_MODER_MODER0_0 ((uint32_t)0x00000001
) 4709 #define GPIO_MODER_MODER0_1 ((uint32_t)0x00000002
) 4711 #define GPIO_MODER_MODER1 ((uint32_t)0x0000000C
) 4712 #define GPIO_MODER_MODER1_0 ((uint32_t)0x00000004
) 4713 #define GPIO_MODER_MODER1_1 ((uint32_t)0x00000008
) 4715 #define GPIO_MODER_MODER2 ((uint32_t)0x00000030
) 4716 #define GPIO_MODER_MODER2_0 ((uint32_t)0x00000010
) 4717 #define GPIO_MODER_MODER2_1 ((uint32_t)0x00000020
) 4719 #define GPIO_MODER_MODER3 ((uint32_t)0x000000C0
) 4720 #define GPIO_MODER_MODER3_0 ((uint32_t)0x00000040
) 4721 #define GPIO_MODER_MODER3_1 ((uint32_t)0x00000080
) 4723 #define GPIO_MODER_MODER4 ((uint32_t)0x00000300
) 4724 #define GPIO_MODER_MODER4_0 ((uint32_t)0x00000100
) 4725 #define GPIO_MODER_MODER4_1 ((uint32_t)0x00000200
) 4727 #define GPIO_MODER_MODER5 ((uint32_t)0x00000C00
) 4728 #define GPIO_MODER_MODER5_0 ((uint32_t)0x00000400
) 4729 #define GPIO_MODER_MODER5_1 ((uint32_t)0x00000800
) 4731 #define GPIO_MODER_MODER6 ((uint32_t)0x00003000
) 4732 #define GPIO_MODER_MODER6_0 ((uint32_t)0x00001000
) 4733 #define GPIO_MODER_MODER6_1 ((uint32_t)0x00002000
) 4735 #define GPIO_MODER_MODER7 ((uint32_t)0x0000C000
) 4736 #define GPIO_MODER_MODER7_0 ((uint32_t)0x00004000
) 4737 #define GPIO_MODER_MODER7_1 ((uint32_t)0x00008000
) 4739 #define GPIO_MODER_MODER8 ((uint32_t)0x00030000
) 4740 #define GPIO_MODER_MODER8_0 ((uint32_t)0x00010000
) 4741 #define GPIO_MODER_MODER8_1 ((uint32_t)0x00020000
) 4743 #define GPIO_MODER_MODER9 ((uint32_t)0x000C0000
) 4744 #define GPIO_MODER_MODER9_0 ((uint32_t)0x00040000
) 4745 #define GPIO_MODER_MODER9_1 ((uint32_t)0x00080000
) 4747 #define GPIO_MODER_MODER10 ((uint32_t)0x00300000
) 4748 #define GPIO_MODER_MODER10_0 ((uint32_t)0x00100000
) 4749 #define GPIO_MODER_MODER10_1 ((uint32_t)0x00200000
) 4751 #define GPIO_MODER_MODER11 ((uint32_t)0x00C00000
) 4752 #define GPIO_MODER_MODER11_0 ((uint32_t)0x00400000
) 4753 #define GPIO_MODER_MODER11_1 ((uint32_t)0x00800000
) 4755 #define GPIO_MODER_MODER12 ((uint32_t)0x03000000
) 4756 #define GPIO_MODER_MODER12_0 ((uint32_t)0x01000000
) 4757 #define GPIO_MODER_MODER12_1 ((uint32_t)0x02000000
) 4759 #define GPIO_MODER_MODER13 ((uint32_t)0x0C000000
) 4760 #define GPIO_MODER_MODER13_0 ((uint32_t)0x04000000
) 4761 #define GPIO_MODER_MODER13_1 ((uint32_t)0x08000000
) 4763 #define GPIO_MODER_MODER14 ((uint32_t)0x30000000
) 4764 #define GPIO_MODER_MODER14_0 ((uint32_t)0x10000000
) 4765 #define GPIO_MODER_MODER14_1 ((uint32_t)0x20000000
) 4767 #define GPIO_MODER_MODER15 ((uint32_t)0xC0000000
) 4768 #define GPIO_MODER_MODER15_0 ((uint32_t)0x40000000
) 4769 #define GPIO_MODER_MODER15_1 ((uint32_t)0x80000000
) 4772 #define GPIO_OTYPER_OT_0 ((uint32_t)0x00000001
) 4773 #define GPIO_OTYPER_OT_1 ((uint32_t)0x00000002
) 4774 #define GPIO_OTYPER_OT_2 ((uint32_t)0x00000004
) 4775 #define GPIO_OTYPER_OT_3 ((uint32_t)0x00000008
) 4776 #define GPIO_OTYPER_OT_4 ((uint32_t)0x00000010
) 4777 #define GPIO_OTYPER_OT_5 ((uint32_t)0x00000020
) 4778 #define GPIO_OTYPER_OT_6 ((uint32_t)0x00000040
) 4779 #define GPIO_OTYPER_OT_7 ((uint32_t)0x00000080
) 4780 #define GPIO_OTYPER_OT_8 ((uint32_t)0x00000100
) 4781 #define GPIO_OTYPER_OT_9 ((uint32_t)0x00000200
) 4782 #define GPIO_OTYPER_OT_10 ((uint32_t)0x00000400
) 4783 #define GPIO_OTYPER_OT_11 ((uint32_t)0x00000800
) 4784 #define GPIO_OTYPER_OT_12 ((uint32_t)0x00001000
) 4785 #define GPIO_OTYPER_OT_13 ((uint32_t)0x00002000
) 4786 #define GPIO_OTYPER_OT_14 ((uint32_t)0x00004000
) 4787 #define GPIO_OTYPER_OT_15 ((uint32_t)0x00008000
) 4790 #define GPIO_OSPEEDER_OSPEEDR0 ((uint32_t)0x00000003
) 4791 #define GPIO_OSPEEDER_OSPEEDR0_0 ((uint32_t)0x00000001
) 4792 #define GPIO_OSPEEDER_OSPEEDR0_1 ((uint32_t)0x00000002
) 4794 #define GPIO_OSPEEDER_OSPEEDR1 ((uint32_t)0x0000000C
) 4795 #define GPIO_OSPEEDER_OSPEEDR1_0 ((uint32_t)0x00000004
) 4796 #define GPIO_OSPEEDER_OSPEEDR1_1 ((uint32_t)0x00000008
) 4798 #define GPIO_OSPEEDER_OSPEEDR2 ((uint32_t)0x00000030
) 4799 #define GPIO_OSPEEDER_OSPEEDR2_0 ((uint32_t)0x00000010
) 4800 #define GPIO_OSPEEDER_OSPEEDR2_1 ((uint32_t)0x00000020
) 4802 #define GPIO_OSPEEDER_OSPEEDR3 ((uint32_t)0x000000C0
) 4803 #define GPIO_OSPEEDER_OSPEEDR3_0 ((uint32_t)0x00000040
) 4804 #define GPIO_OSPEEDER_OSPEEDR3_1 ((uint32_t)0x00000080
) 4806 #define GPIO_OSPEEDER_OSPEEDR4 ((uint32_t)0x00000300
) 4807 #define GPIO_OSPEEDER_OSPEEDR4_0 ((uint32_t)0x00000100
) 4808 #define GPIO_OSPEEDER_OSPEEDR4_1 ((uint32_t)0x00000200
) 4810 #define GPIO_OSPEEDER_OSPEEDR5 ((uint32_t)0x00000C00
) 4811 #define GPIO_OSPEEDER_OSPEEDR5_0 ((uint32_t)0x00000400
) 4812 #define GPIO_OSPEEDER_OSPEEDR5_1 ((uint32_t)0x00000800
) 4814 #define GPIO_OSPEEDER_OSPEEDR6 ((uint32_t)0x00003000
) 4815 #define GPIO_OSPEEDER_OSPEEDR6_0 ((uint32_t)0x00001000
) 4816 #define GPIO_OSPEEDER_OSPEEDR6_1 ((uint32_t)0x00002000
) 4818 #define GPIO_OSPEEDER_OSPEEDR7 ((uint32_t)0x0000C000
) 4819 #define GPIO_OSPEEDER_OSPEEDR7_0 ((uint32_t)0x00004000
) 4820 #define GPIO_OSPEEDER_OSPEEDR7_1 ((uint32_t)0x00008000
) 4822 #define GPIO_OSPEEDER_OSPEEDR8 ((uint32_t)0x00030000
) 4823 #define GPIO_OSPEEDER_OSPEEDR8_0 ((uint32_t)0x00010000
) 4824 #define GPIO_OSPEEDER_OSPEEDR8_1 ((uint32_t)0x00020000
) 4826 #define GPIO_OSPEEDER_OSPEEDR9 ((uint32_t)0x000C0000
) 4827 #define GPIO_OSPEEDER_OSPEEDR9_0 ((uint32_t)0x00040000
) 4828 #define GPIO_OSPEEDER_OSPEEDR9_1 ((uint32_t)0x00080000
) 4830 #define GPIO_OSPEEDER_OSPEEDR10 ((uint32_t)0x00300000
) 4831 #define GPIO_OSPEEDER_OSPEEDR10_0 ((uint32_t)0x00100000
) 4832 #define GPIO_OSPEEDER_OSPEEDR10_1 ((uint32_t)0x00200000
) 4834 #define GPIO_OSPEEDER_OSPEEDR11 ((uint32_t)0x00C00000
) 4835 #define GPIO_OSPEEDER_OSPEEDR11_0 ((uint32_t)0x00400000
) 4836 #define GPIO_OSPEEDER_OSPEEDR11_1 ((uint32_t)0x00800000
) 4838 #define GPIO_OSPEEDER_OSPEEDR12 ((uint32_t)0x03000000
) 4839 #define GPIO_OSPEEDER_OSPEEDR12_0 ((uint32_t)0x01000000
) 4840 #define GPIO_OSPEEDER_OSPEEDR12_1 ((uint32_t)0x02000000
) 4842 #define GPIO_OSPEEDER_OSPEEDR13 ((uint32_t)0x0C000000
) 4843 #define GPIO_OSPEEDER_OSPEEDR13_0 ((uint32_t)0x04000000
) 4844 #define GPIO_OSPEEDER_OSPEEDR13_1 ((uint32_t)0x08000000
) 4846 #define GPIO_OSPEEDER_OSPEEDR14 ((uint32_t)0x30000000
) 4847 #define GPIO_OSPEEDER_OSPEEDR14_0 ((uint32_t)0x10000000
) 4848 #define GPIO_OSPEEDER_OSPEEDR14_1 ((uint32_t)0x20000000
) 4850 #define GPIO_OSPEEDER_OSPEEDR15 ((uint32_t)0xC0000000
) 4851 #define GPIO_OSPEEDER_OSPEEDR15_0 ((uint32_t)0x40000000
) 4852 #define GPIO_OSPEEDER_OSPEEDR15_1 ((uint32_t)0x80000000
) 4855 #define GPIO_PUPDR_PUPDR0 ((uint32_t)0x00000003
) 4856 #define GPIO_PUPDR_PUPDR0_0 ((uint32_t)0x00000001
) 4857 #define GPIO_PUPDR_PUPDR0_1 ((uint32_t)0x00000002
) 4859 #define GPIO_PUPDR_PUPDR1 ((uint32_t)0x0000000C
) 4860 #define GPIO_PUPDR_PUPDR1_0 ((uint32_t)0x00000004
) 4861 #define GPIO_PUPDR_PUPDR1_1 ((uint32_t)0x00000008
) 4863 #define GPIO_PUPDR_PUPDR2 ((uint32_t)0x00000030
) 4864 #define GPIO_PUPDR_PUPDR2_0 ((uint32_t)0x00000010
) 4865 #define GPIO_PUPDR_PUPDR2_1 ((uint32_t)0x00000020
) 4867 #define GPIO_PUPDR_PUPDR3 ((uint32_t)0x000000C0
) 4868 #define GPIO_PUPDR_PUPDR3_0 ((uint32_t)0x00000040
) 4869 #define GPIO_PUPDR_PUPDR3_1 ((uint32_t)0x00000080
) 4871 #define GPIO_PUPDR_PUPDR4 ((uint32_t)0x00000300
) 4872 #define GPIO_PUPDR_PUPDR4_0 ((uint32_t)0x00000100
) 4873 #define GPIO_PUPDR_PUPDR4_1 ((uint32_t)0x00000200
) 4875 #define GPIO_PUPDR_PUPDR5 ((uint32_t)0x00000C00
) 4876 #define GPIO_PUPDR_PUPDR5_0 ((uint32_t)0x00000400
) 4877 #define GPIO_PUPDR_PUPDR5_1 ((uint32_t)0x00000800
) 4879 #define GPIO_PUPDR_PUPDR6 ((uint32_t)0x00003000
) 4880 #define GPIO_PUPDR_PUPDR6_0 ((uint32_t)0x00001000
) 4881 #define GPIO_PUPDR_PUPDR6_1 ((uint32_t)0x00002000
) 4883 #define GPIO_PUPDR_PUPDR7 ((uint32_t)0x0000C000
) 4884 #define GPIO_PUPDR_PUPDR7_0 ((uint32_t)0x00004000
) 4885 #define GPIO_PUPDR_PUPDR7_1 ((uint32_t)0x00008000
) 4887 #define GPIO_PUPDR_PUPDR8 ((uint32_t)0x00030000
) 4888 #define GPIO_PUPDR_PUPDR8_0 ((uint32_t)0x00010000
) 4889 #define GPIO_PUPDR_PUPDR8_1 ((uint32_t)0x00020000
) 4891 #define GPIO_PUPDR_PUPDR9 ((uint32_t)0x000C0000
) 4892 #define GPIO_PUPDR_PUPDR9_0 ((uint32_t)0x00040000
) 4893 #define GPIO_PUPDR_PUPDR9_1 ((uint32_t)0x00080000
) 4895 #define GPIO_PUPDR_PUPDR10 ((uint32_t)0x00300000
) 4896 #define GPIO_PUPDR_PUPDR10_0 ((uint32_t)0x00100000
) 4897 #define GPIO_PUPDR_PUPDR10_1 ((uint32_t)0x00200000
) 4899 #define GPIO_PUPDR_PUPDR11 ((uint32_t)0x00C00000
) 4900 #define GPIO_PUPDR_PUPDR11_0 ((uint32_t)0x00400000
) 4901 #define GPIO_PUPDR_PUPDR11_1 ((uint32_t)0x00800000
) 4903 #define GPIO_PUPDR_PUPDR12 ((uint32_t)0x03000000
) 4904 #define GPIO_PUPDR_PUPDR12_0 ((uint32_t)0x01000000
) 4905 #define GPIO_PUPDR_PUPDR12_1 ((uint32_t)0x02000000
) 4907 #define GPIO_PUPDR_PUPDR13 ((uint32_t)0x0C000000
) 4908 #define GPIO_PUPDR_PUPDR13_0 ((uint32_t)0x04000000
) 4909 #define GPIO_PUPDR_PUPDR13_1 ((uint32_t)0x08000000
) 4911 #define GPIO_PUPDR_PUPDR14 ((uint32_t)0x30000000
) 4912 #define GPIO_PUPDR_PUPDR14_0 ((uint32_t)0x10000000
) 4913 #define GPIO_PUPDR_PUPDR14_1 ((uint32_t)0x20000000
) 4915 #define GPIO_PUPDR_PUPDR15 ((uint32_t)0xC0000000
) 4916 #define GPIO_PUPDR_PUPDR15_0 ((uint32_t)0x40000000
) 4917 #define GPIO_PUPDR_PUPDR15_1 ((uint32_t)0x80000000
) 4920 #define GPIO_IDR_IDR_0 ((uint32_t)0x00000001
) 4921 #define GPIO_IDR_IDR_1 ((uint32_t)0x00000002
) 4922 #define GPIO_IDR_IDR_2 ((uint32_t)0x00000004
) 4923 #define GPIO_IDR_IDR_3 ((uint32_t)0x00000008
) 4924 #define GPIO_IDR_IDR_4 ((uint32_t)0x00000010
) 4925 #define GPIO_IDR_IDR_5 ((uint32_t)0x00000020
) 4926 #define GPIO_IDR_IDR_6 ((uint32_t)0x00000040
) 4927 #define GPIO_IDR_IDR_7 ((uint32_t)0x00000080
) 4928 #define GPIO_IDR_IDR_8 ((uint32_t)0x00000100
) 4929 #define GPIO_IDR_IDR_9 ((uint32_t)0x00000200
) 4930 #define GPIO_IDR_IDR_10 ((uint32_t)0x00000400
) 4931 #define GPIO_IDR_IDR_11 ((uint32_t)0x00000800
) 4932 #define GPIO_IDR_IDR_12 ((uint32_t)0x00001000
) 4933 #define GPIO_IDR_IDR_13 ((uint32_t)0x00002000
) 4934 #define GPIO_IDR_IDR_14 ((uint32_t)0x00004000
) 4935 #define GPIO_IDR_IDR_15 ((uint32_t)0x00008000
) 4955 #define GPIO_ODR_ODR_0 ((uint32_t)0x00000001
) 4956 #define GPIO_ODR_ODR_1 ((uint32_t)0x00000002
) 4957 #define GPIO_ODR_ODR_2 ((uint32_t)0x00000004
) 4958 #define GPIO_ODR_ODR_3 ((uint32_t)0x00000008
) 4959 #define GPIO_ODR_ODR_4 ((uint32_t)0x00000010
) 4960 #define GPIO_ODR_ODR_5 ((uint32_t)0x00000020
) 4961 #define GPIO_ODR_ODR_6 ((uint32_t)0x00000040
) 4962 #define GPIO_ODR_ODR_7 ((uint32_t)0x00000080
) 4963 #define GPIO_ODR_ODR_8 ((uint32_t)0x00000100
) 4964 #define GPIO_ODR_ODR_9 ((uint32_t)0x00000200
) 4965 #define GPIO_ODR_ODR_10 ((uint32_t)0x00000400
) 4966 #define GPIO_ODR_ODR_11 ((uint32_t)0x00000800
) 4967 #define GPIO_ODR_ODR_12 ((uint32_t)0x00001000
) 4968 #define GPIO_ODR_ODR_13 ((uint32_t)0x00002000
) 4969 #define GPIO_ODR_ODR_14 ((uint32_t)0x00004000
) 4970 #define GPIO_ODR_ODR_15 ((uint32_t)0x00008000
) 4990 #define GPIO_BSRR_BS_0 ((uint32_t)0x00000001
) 4991 #define GPIO_BSRR_BS_1 ((uint32_t)0x00000002
) 4992 #define GPIO_BSRR_BS_2 ((uint32_t)0x00000004
) 4993 #define GPIO_BSRR_BS_3 ((uint32_t)0x00000008
) 4994 #define GPIO_BSRR_BS_4 ((uint32_t)0x00000010
) 4995 #define GPIO_BSRR_BS_5 ((uint32_t)0x00000020
) 4996 #define GPIO_BSRR_BS_6 ((uint32_t)0x00000040
) 4997 #define GPIO_BSRR_BS_7 ((uint32_t)0x00000080
) 4998 #define GPIO_BSRR_BS_8 ((uint32_t)0x00000100
) 4999 #define GPIO_BSRR_BS_9 ((uint32_t)0x00000200
) 5000 #define GPIO_BSRR_BS_10 ((uint32_t)0x00000400
) 5001 #define GPIO_BSRR_BS_11 ((uint32_t)0x00000800
) 5002 #define GPIO_BSRR_BS_12 ((uint32_t)0x00001000
) 5003 #define GPIO_BSRR_BS_13 ((uint32_t)0x00002000
) 5004 #define GPIO_BSRR_BS_14 ((uint32_t)0x00004000
) 5005 #define GPIO_BSRR_BS_15 ((uint32_t)0x00008000
) 5006 #define GPIO_BSRR_BR_0 ((uint32_t)0x00010000
) 5007 #define GPIO_BSRR_BR_1 ((uint32_t)0x00020000
) 5008 #define GPIO_BSRR_BR_2 ((uint32_t)0x00040000
) 5009 #define GPIO_BSRR_BR_3 ((uint32_t)0x00080000
) 5010 #define GPIO_BSRR_BR_4 ((uint32_t)0x00100000
) 5011 #define GPIO_BSRR_BR_5 ((uint32_t)0x00200000
) 5012 #define GPIO_BSRR_BR_6 ((uint32_t)0x00400000
) 5013 #define GPIO_BSRR_BR_7 ((uint32_t)0x00800000
) 5014 #define GPIO_BSRR_BR_8 ((uint32_t)0x01000000
) 5015 #define GPIO_BSRR_BR_9 ((uint32_t)0x02000000
) 5016 #define GPIO_BSRR_BR_10 ((uint32_t)0x04000000
) 5017 #define GPIO_BSRR_BR_11 ((uint32_t)0x08000000
) 5018 #define GPIO_BSRR_BR_12 ((uint32_t)0x10000000
) 5019 #define GPIO_BSRR_BR_13 ((uint32_t)0x20000000
) 5020 #define GPIO_BSRR_BR_14 ((uint32_t)0x40000000
) 5021 #define GPIO_BSRR_BR_15 ((uint32_t)0x80000000
) 5029 #define I2C_CR1_PE ((uint32_t)0x00000001
) 5030 #define I2C_CR1_SMBUS ((uint32_t)0x00000002
) 5031 #define I2C_CR1_SMBTYPE ((uint32_t)0x00000008
) 5032 #define I2C_CR1_ENARP ((uint32_t)0x00000010
) 5033 #define I2C_CR1_ENPEC ((uint32_t)0x00000020
) 5034 #define I2C_CR1_ENGC ((uint32_t)0x00000040
) 5035 #define I2C_CR1_NOSTRETCH ((uint32_t)0x00000080
) 5036 #define I2C_CR1_START ((uint32_t)0x00000100
) 5037 #define I2C_CR1_STOP ((uint32_t)0x00000200
) 5038 #define I2C_CR1_ACK ((uint32_t)0x00000400
) 5039 #define I2C_CR1_POS ((uint32_t)0x00000800
) 5040 #define I2C_CR1_PEC ((uint32_t)0x00001000
) 5041 #define I2C_CR1_ALERT ((uint32_t)0x00002000
) 5042 #define I2C_CR1_SWRST ((uint32_t)0x00008000
) 5045 #define I2C_CR2_FREQ ((uint32_t)0x0000003F
) 5046 #define I2C_CR2_FREQ_0 ((uint32_t)0x00000001
) 5047 #define I2C_CR2_FREQ_1 ((uint32_t)0x00000002
) 5048 #define I2C_CR2_FREQ_2 ((uint32_t)0x00000004
) 5049 #define I2C_CR2_FREQ_3 ((uint32_t)0x00000008
) 5050 #define I2C_CR2_FREQ_4 ((uint32_t)0x00000010
) 5051 #define I2C_CR2_FREQ_5 ((uint32_t)0x00000020
) 5053 #define I2C_CR2_ITERREN ((uint32_t)0x00000100
) 5054 #define I2C_CR2_ITEVTEN ((uint32_t)0x00000200
) 5055 #define I2C_CR2_ITBUFEN ((uint32_t)0x00000400
) 5056 #define I2C_CR2_DMAEN ((uint32_t)0x00000800
) 5057 #define I2C_CR2_LAST ((uint32_t)0x00001000
) 5060 #define I2C_OAR1_ADD1_7 ((uint32_t)0x000000FE
) 5061 #define I2C_OAR1_ADD8_9 ((uint32_t)0x00000300
) 5063 #define I2C_OAR1_ADD0 ((uint32_t)0x00000001
) 5064 #define I2C_OAR1_ADD1 ((uint32_t)0x00000002
) 5065 #define I2C_OAR1_ADD2 ((uint32_t)0x00000004
) 5066 #define I2C_OAR1_ADD3 ((uint32_t)0x00000008
) 5067 #define I2C_OAR1_ADD4 ((uint32_t)0x00000010
) 5068 #define I2C_OAR1_ADD5 ((uint32_t)0x00000020
) 5069 #define I2C_OAR1_ADD6 ((uint32_t)0x00000040
) 5070 #define I2C_OAR1_ADD7 ((uint32_t)0x00000080
) 5071 #define I2C_OAR1_ADD8 ((uint32_t)0x00000100
) 5072 #define I2C_OAR1_ADD9 ((uint32_t)0x00000200
) 5074 #define I2C_OAR1_ADDMODE ((uint32_t)0x00008000
) 5077 #define I2C_OAR2_ENDUAL ((uint32_t)0x00000001
) 5078 #define I2C_OAR2_ADD2 ((uint32_t)0x000000FE
) 5081 #define I2C_DR_DR ((uint32_t)0x000000FF
) 5084 #define I2C_SR1_SB ((uint32_t)0x00000001
) 5085 #define I2C_SR1_ADDR ((uint32_t)0x00000002
) 5086 #define I2C_SR1_BTF ((uint32_t)0x00000004
) 5087 #define I2C_SR1_ADD10 ((uint32_t)0x00000008
) 5088 #define I2C_SR1_STOPF ((uint32_t)0x00000010
) 5089 #define I2C_SR1_RXNE ((uint32_t)0x00000040
) 5090 #define I2C_SR1_TXE ((uint32_t)0x00000080
) 5091 #define I2C_SR1_BERR ((uint32_t)0x00000100
) 5092 #define I2C_SR1_ARLO ((uint32_t)0x00000200
) 5093 #define I2C_SR1_AF ((uint32_t)0x00000400
) 5094 #define I2C_SR1_OVR ((uint32_t)0x00000800
) 5095 #define I2C_SR1_PECERR ((uint32_t)0x00001000
) 5096 #define I2C_SR1_TIMEOUT ((uint32_t)0x00004000
) 5097 #define I2C_SR1_SMBALERT ((uint32_t)0x00008000
) 5100 #define I2C_SR2_MSL ((uint32_t)0x00000001
) 5101 #define I2C_SR2_BUSY ((uint32_t)0x00000002
) 5102 #define I2C_SR2_TRA ((uint32_t)0x00000004
) 5103 #define I2C_SR2_GENCALL ((uint32_t)0x00000010
) 5104 #define I2C_SR2_SMBDEFAULT ((uint32_t)0x00000020
) 5105 #define I2C_SR2_SMBHOST ((uint32_t)0x00000040
) 5106 #define I2C_SR2_DUALF ((uint32_t)0x00000080
) 5107 #define I2C_SR2_PEC ((uint32_t)0x0000FF00
) 5110 #define I2C_CCR_CCR ((uint32_t)0x00000FFF
) 5111 #define I2C_CCR_DUTY ((uint32_t)0x00004000
) 5112 #define I2C_CCR_FS ((uint32_t)0x00008000
) 5115 #define I2C_TRISE_TRISE ((uint32_t)0x0000003F
) 5118 #define I2C_FLTR_DNF ((uint32_t)0x0000000F
) 5119 #define I2C_FLTR_ANOFF ((uint32_t)0x00000010
) 5127 #define IWDG_KR_KEY ((uint32_t)0xFFFF
) 5130 #define IWDG_PR_PR ((uint32_t)0x07
) 5131 #define IWDG_PR_PR_0 ((uint32_t)0x01
) 5132 #define IWDG_PR_PR_1 ((uint32_t)0x02
) 5133 #define IWDG_PR_PR_2 ((uint32_t)0x04
) 5136 #define IWDG_RLR_RL ((uint32_t)0x0FFF
) 5139 #define IWDG_SR_PVU ((uint32_t)0x01
) 5140 #define IWDG_SR_RVU ((uint32_t)0x02
) 5151 #define LTDC_SSCR_VSH ((uint32_t)0x000007FF
) 5152 #define LTDC_SSCR_HSW ((uint32_t)0x0FFF0000
) 5156 #define LTDC_BPCR_AVBP ((uint32_t)0x000007FF
) 5157 #define LTDC_BPCR_AHBP ((uint32_t)0x0FFF0000
) 5161 #define LTDC_AWCR_AAH ((uint32_t)0x000007FF
) 5162 #define LTDC_AWCR_AAW ((uint32_t)0x0FFF0000
) 5166 #define LTDC_TWCR_TOTALH ((uint32_t)0x000007FF
) 5167 #define LTDC_TWCR_TOTALW ((uint32_t)0x0FFF0000
) 5171 #define LTDC_GCR_LTDCEN ((uint32_t)0x00000001
) 5172 #define LTDC_GCR_DBW ((uint32_t)0x00000070
) 5173 #define LTDC_GCR_DGW ((uint32_t)0x00000700
) 5174 #define LTDC_GCR_DRW ((uint32_t)0x00007000
) 5175 #define LTDC_GCR_DTEN ((uint32_t)0x00010000
) 5176 #define LTDC_GCR_PCPOL ((uint32_t)0x10000000
) 5177 #define LTDC_GCR_DEPOL ((uint32_t)0x20000000
) 5178 #define LTDC_GCR_VSPOL ((uint32_t)0x40000000
) 5179 #define LTDC_GCR_HSPOL ((uint32_t)0x80000000
) 5183 #define LTDC_SRCR_IMR ((uint32_t)0x00000001
) 5184 #define LTDC_SRCR_VBR ((uint32_t)0x00000002
) 5188 #define LTDC_BCCR_BCBLUE ((uint32_t)0x000000FF
) 5189 #define LTDC_BCCR_BCGREEN ((uint32_t)0x0000FF00
) 5190 #define LTDC_BCCR_BCRED ((uint32_t)0x00FF0000
) 5194 #define LTDC_IER_LIE ((uint32_t)0x00000001
) 5195 #define LTDC_IER_FUIE ((uint32_t)0x00000002
) 5196 #define LTDC_IER_TERRIE ((uint32_t)0x00000004
) 5197 #define LTDC_IER_RRIE ((uint32_t)0x00000008
) 5201 #define LTDC_ISR_LIF ((uint32_t)0x00000001
) 5202 #define LTDC_ISR_FUIF ((uint32_t)0x00000002
) 5203 #define LTDC_ISR_TERRIF ((uint32_t)0x00000004
) 5204 #define LTDC_ISR_RRIF ((uint32_t)0x00000008
) 5208 #define LTDC_ICR_CLIF ((uint32_t)0x00000001
) 5209 #define LTDC_ICR_CFUIF ((uint32_t)0x00000002
) 5210 #define LTDC_ICR_CTERRIF ((uint32_t)0x00000004
) 5211 #define LTDC_ICR_CRRIF ((uint32_t)0x00000008
) 5215 #define LTDC_LIPCR_LIPOS ((uint32_t)0x000007FF
) 5219 #define LTDC_CPSR_CYPOS ((uint32_t)0x0000FFFF
) 5220 #define LTDC_CPSR_CXPOS ((uint32_t)0xFFFF0000
) 5224 #define LTDC_CDSR_VDES ((uint32_t)0x00000001
) 5225 #define LTDC_CDSR_HDES ((uint32_t)0x00000002
) 5226 #define LTDC_CDSR_VSYNCS ((uint32_t)0x00000004
) 5227 #define LTDC_CDSR_HSYNCS ((uint32_t)0x00000008
) 5231 #define LTDC_LxCR_LEN ((uint32_t)0x00000001
) 5232 #define LTDC_LxCR_COLKEN ((uint32_t)0x00000002
) 5233 #define LTDC_LxCR_CLUTEN ((uint32_t)0x00000010
) 5237 #define LTDC_LxWHPCR_WHSTPOS ((uint32_t)0x00000FFF
) 5238 #define LTDC_LxWHPCR_WHSPPOS ((uint32_t)0xFFFF0000
) 5242 #define LTDC_LxWVPCR_WVSTPOS ((uint32_t)0x00000FFF
) 5243 #define LTDC_LxWVPCR_WVSPPOS ((uint32_t)0xFFFF0000
) 5247 #define LTDC_LxCKCR_CKBLUE ((uint32_t)0x000000FF
) 5248 #define LTDC_LxCKCR_CKGREEN ((uint32_t)0x0000FF00
) 5249 #define LTDC_LxCKCR_CKRED ((uint32_t)0x00FF0000
) 5253 #define LTDC_LxPFCR_PF ((uint32_t)0x00000007
) 5257 #define LTDC_LxCACR_CONSTA ((uint32_t)0x000000FF
) 5261 #define LTDC_LxDCCR_DCBLUE ((uint32_t)0x000000FF
) 5262 #define LTDC_LxDCCR_DCGREEN ((uint32_t)0x0000FF00
) 5263 #define LTDC_LxDCCR_DCRED ((uint32_t)0x00FF0000
) 5264 #define LTDC_LxDCCR_DCALPHA ((uint32_t)0xFF000000
) 5268 #define LTDC_LxBFCR_BF2 ((uint32_t)0x00000007
) 5269 #define LTDC_LxBFCR_BF1 ((uint32_t)0x00000700
) 5273 #define LTDC_LxCFBAR_CFBADD ((uint32_t)0xFFFFFFFF
) 5277 #define LTDC_LxCFBLR_CFBLL ((uint32_t)0x00001FFF
) 5278 #define LTDC_LxCFBLR_CFBP ((uint32_t)0x1FFF0000
) 5282 #define LTDC_LxCFBLNR_CFBLNBR ((uint32_t)0x000007FF
) 5286 #define LTDC_LxCLUTWR_BLUE ((uint32_t)0x000000FF
) 5287 #define LTDC_LxCLUTWR_GREEN ((uint32_t)0x0000FF00
) 5288 #define LTDC_LxCLUTWR_RED ((uint32_t)0x00FF0000
) 5289 #define LTDC_LxCLUTWR_CLUTADD ((uint32_t)0xFF000000
) 5298 #define PWR_CR_LPDS ((uint32_t)0x00000001
) 5299 #define PWR_CR_PDDS ((uint32_t)0x00000002
) 5300 #define PWR_CR_CWUF ((uint32_t)0x00000004
) 5301 #define PWR_CR_CSBF ((uint32_t)0x00000008
) 5302 #define PWR_CR_PVDE ((uint32_t)0x00000010
) 5304 #define PWR_CR_PLS ((uint32_t)0x000000E0
) 5305 #define PWR_CR_PLS_0 ((uint32_t)0x00000020
) 5306 #define PWR_CR_PLS_1 ((uint32_t)0x00000040
) 5307 #define PWR_CR_PLS_2 ((uint32_t)0x00000080
) 5310 #define PWR_CR_PLS_LEV0 ((uint32_t)0x00000000
) 5311 #define PWR_CR_PLS_LEV1 ((uint32_t)0x00000020
) 5312 #define PWR_CR_PLS_LEV2 ((uint32_t)0x00000040
) 5313 #define PWR_CR_PLS_LEV3 ((uint32_t)0x00000060
) 5314 #define PWR_CR_PLS_LEV4 ((uint32_t)0x00000080
) 5315 #define PWR_CR_PLS_LEV5 ((uint32_t)0x000000A0
) 5316 #define PWR_CR_PLS_LEV6 ((uint32_t)0x000000C0
) 5317 #define PWR_CR_PLS_LEV7 ((uint32_t)0x000000E0
) 5318 #define PWR_CR_DBP ((uint32_t)0x00000100
) 5319 #define PWR_CR_FPDS ((uint32_t)0x00000200
) 5320 #define PWR_CR_LPLVDS ((uint32_t)0x00000400
) 5321 #define PWR_CR_MRLVDS ((uint32_t)0x00000800
) 5322 #define PWR_CR_ADCDC1 ((uint32_t)0x00002000
) 5323 #define PWR_CR_VOS ((uint32_t)0x0000C000
) 5324 #define PWR_CR_VOS_0 ((uint32_t)0x00004000
) 5325 #define PWR_CR_VOS_1 ((uint32_t)0x00008000
) 5326 #define PWR_CR_ODEN ((uint32_t)0x00010000
) 5327 #define PWR_CR_ODSWEN ((uint32_t)0x00020000
) 5328 #define PWR_CR_UDEN ((uint32_t)0x000C0000
) 5329 #define PWR_CR_UDEN_0 ((uint32_t)0x00040000
) 5330 #define PWR_CR_UDEN_1 ((uint32_t)0x00080000
) 5336 #define PWR_CSR_WUF ((uint32_t)0x00000001
) 5337 #define PWR_CSR_SBF ((uint32_t)0x00000002
) 5338 #define PWR_CSR_PVDO ((uint32_t)0x00000004
) 5339 #define PWR_CSR_BRR ((uint32_t)0x00000008
) 5340 #define PWR_CSR_EWUP ((uint32_t)0x00000100
) 5341 #define PWR_CSR_BRE ((uint32_t)0x00000200
) 5342 #define PWR_CSR_VOSRDY ((uint32_t)0x00004000
) 5343 #define PWR_CSR_ODRDY ((uint32_t)0x00010000
) 5344 #define PWR_CSR_ODSWRDY ((uint32_t)0x00020000
) 5345 #define PWR_CSR_UDSWRDY ((uint32_t)0x000C0000
) 5356 #define RCC_CR_HSION ((uint32_t)0x00000001
) 5357 #define RCC_CR_HSIRDY ((uint32_t)0x00000002
) 5359 #define RCC_CR_HSITRIM ((uint32_t)0x000000F8
) 5360 #define RCC_CR_HSITRIM_0 ((uint32_t)0x00000008
) 5361 #define RCC_CR_HSITRIM_1 ((uint32_t)0x00000010
) 5362 #define RCC_CR_HSITRIM_2 ((uint32_t)0x00000020
) 5363 #define RCC_CR_HSITRIM_3 ((uint32_t)0x00000040
) 5364 #define RCC_CR_HSITRIM_4 ((uint32_t)0x00000080
) 5366 #define RCC_CR_HSICAL ((uint32_t)0x0000FF00
) 5367 #define RCC_CR_HSICAL_0 ((uint32_t)0x00000100
) 5368 #define RCC_CR_HSICAL_1 ((uint32_t)0x00000200
) 5369 #define RCC_CR_HSICAL_2 ((uint32_t)0x00000400
) 5370 #define RCC_CR_HSICAL_3 ((uint32_t)0x00000800
) 5371 #define RCC_CR_HSICAL_4 ((uint32_t)0x00001000
) 5372 #define RCC_CR_HSICAL_5 ((uint32_t)0x00002000
) 5373 #define RCC_CR_HSICAL_6 ((uint32_t)0x00004000
) 5374 #define RCC_CR_HSICAL_7 ((uint32_t)0x00008000
) 5376 #define RCC_CR_HSEON ((uint32_t)0x00010000
) 5377 #define RCC_CR_HSERDY ((uint32_t)0x00020000
) 5378 #define RCC_CR_HSEBYP ((uint32_t)0x00040000
) 5379 #define RCC_CR_CSSON ((uint32_t)0x00080000
) 5380 #define RCC_CR_PLLON ((uint32_t)0x01000000
) 5381 #define RCC_CR_PLLRDY ((uint32_t)0x02000000
) 5382 #define RCC_CR_PLLI2SON ((uint32_t)0x04000000
) 5383 #define RCC_CR_PLLI2SRDY ((uint32_t)0x08000000
) 5384 #define RCC_CR_PLLSAION ((uint32_t)0x10000000
) 5385 #define RCC_CR_PLLSAIRDY ((uint32_t)0x20000000
) 5388 #define RCC_PLLCFGR_PLLM ((uint32_t)0x0000003F
) 5389 #define RCC_PLLCFGR_PLLM_0 ((uint32_t)0x00000001
) 5390 #define RCC_PLLCFGR_PLLM_1 ((uint32_t)0x00000002
) 5391 #define RCC_PLLCFGR_PLLM_2 ((uint32_t)0x00000004
) 5392 #define RCC_PLLCFGR_PLLM_3 ((uint32_t)0x00000008
) 5393 #define RCC_PLLCFGR_PLLM_4 ((uint32_t)0x00000010
) 5394 #define RCC_PLLCFGR_PLLM_5 ((uint32_t)0x00000020
) 5396 #define RCC_PLLCFGR_PLLN ((uint32_t)0x00007FC0
) 5397 #define RCC_PLLCFGR_PLLN_0 ((uint32_t)0x00000040
) 5398 #define RCC_PLLCFGR_PLLN_1 ((uint32_t)0x00000080
) 5399 #define RCC_PLLCFGR_PLLN_2 ((uint32_t)0x00000100
) 5400 #define RCC_PLLCFGR_PLLN_3 ((uint32_t)0x00000200
) 5401 #define RCC_PLLCFGR_PLLN_4 ((uint32_t)0x00000400
) 5402 #define RCC_PLLCFGR_PLLN_5 ((uint32_t)0x00000800
) 5403 #define RCC_PLLCFGR_PLLN_6 ((uint32_t)0x00001000
) 5404 #define RCC_PLLCFGR_PLLN_7 ((uint32_t)0x00002000
) 5405 #define RCC_PLLCFGR_PLLN_8 ((uint32_t)0x00004000
) 5407 #define RCC_PLLCFGR_PLLP ((uint32_t)0x00030000
) 5408 #define RCC_PLLCFGR_PLLP_0 ((uint32_t)0x00010000
) 5409 #define RCC_PLLCFGR_PLLP_1 ((uint32_t)0x00020000
) 5411 #define RCC_PLLCFGR_PLLSRC ((uint32_t)0x00400000
) 5412 #define RCC_PLLCFGR_PLLSRC_HSE ((uint32_t)0x00400000
) 5413 #define RCC_PLLCFGR_PLLSRC_HSI ((uint32_t)0x00000000
) 5415 #define RCC_PLLCFGR_PLLQ ((uint32_t)0x0F000000
) 5416 #define RCC_PLLCFGR_PLLQ_0 ((uint32_t)0x01000000
) 5417 #define RCC_PLLCFGR_PLLQ_1 ((uint32_t)0x02000000
) 5418 #define RCC_PLLCFGR_PLLQ_2 ((uint32_t)0x04000000
) 5419 #define RCC_PLLCFGR_PLLQ_3 ((uint32_t)0x08000000
) 5423 #define RCC_CFGR_SW ((uint32_t)0x00000003
) 5424 #define RCC_CFGR_SW_0 ((uint32_t)0x00000001
) 5425 #define RCC_CFGR_SW_1 ((uint32_t)0x00000002
) 5427 #define RCC_CFGR_SW_HSI ((uint32_t)0x00000000
) 5428 #define RCC_CFGR_SW_HSE ((uint32_t)0x00000001
) 5429 #define RCC_CFGR_SW_PLL ((uint32_t)0x00000002
) 5432 #define RCC_CFGR_SWS ((uint32_t)0x0000000C
) 5433 #define RCC_CFGR_SWS_0 ((uint32_t)0x00000004
) 5434 #define RCC_CFGR_SWS_1 ((uint32_t)0x00000008
) 5436 #define RCC_CFGR_SWS_HSI ((uint32_t)0x00000000
) 5437 #define RCC_CFGR_SWS_HSE ((uint32_t)0x00000004
) 5438 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008
) 5441 #define RCC_CFGR_HPRE ((uint32_t)0x000000F0
) 5442 #define RCC_CFGR_HPRE_0 ((uint32_t)0x00000010
) 5443 #define RCC_CFGR_HPRE_1 ((uint32_t)0x00000020
) 5444 #define RCC_CFGR_HPRE_2 ((uint32_t)0x00000040
) 5445 #define RCC_CFGR_HPRE_3 ((uint32_t)0x00000080
) 5447 #define RCC_CFGR_HPRE_DIV1 ((uint32_t)0x00000000
) 5448 #define RCC_CFGR_HPRE_DIV2 ((uint32_t)0x00000080
) 5449 #define RCC_CFGR_HPRE_DIV4 ((uint32_t)0x00000090
) 5450 #define RCC_CFGR_HPRE_DIV8 ((uint32_t)0x000000A0
) 5451 #define RCC_CFGR_HPRE_DIV16 ((uint32_t)0x000000B0
) 5452 #define RCC_CFGR_HPRE_DIV64 ((uint32_t)0x000000C0
) 5453 #define RCC_CFGR_HPRE_DIV128 ((uint32_t)0x000000D0
) 5454 #define RCC_CFGR_HPRE_DIV256 ((uint32_t)0x000000E0
) 5455 #define RCC_CFGR_HPRE_DIV512 ((uint32_t)0x000000F0
) 5458 #define RCC_CFGR_PPRE1 ((uint32_t)0x00001C00
) 5459 #define RCC_CFGR_PPRE1_0 ((uint32_t)0x00000400
) 5460 #define RCC_CFGR_PPRE1_1 ((uint32_t)0x00000800
) 5461 #define RCC_CFGR_PPRE1_2 ((uint32_t)0x00001000
) 5463 #define RCC_CFGR_PPRE1_DIV1 ((uint32_t)0x00000000
) 5464 #define RCC_CFGR_PPRE1_DIV2 ((uint32_t)0x00001000
) 5465 #define RCC_CFGR_PPRE1_DIV4 ((uint32_t)0x00001400
) 5466 #define RCC_CFGR_PPRE1_DIV8 ((uint32_t)0x00001800
) 5467 #define RCC_CFGR_PPRE1_DIV16 ((uint32_t)0x00001C00
) 5470 #define RCC_CFGR_PPRE2 ((uint32_t)0x0000E000
) 5471 #define RCC_CFGR_PPRE2_0 ((uint32_t)0x00002000
) 5472 #define RCC_CFGR_PPRE2_1 ((uint32_t)0x00004000
) 5473 #define RCC_CFGR_PPRE2_2 ((uint32_t)0x00008000
) 5475 #define RCC_CFGR_PPRE2_DIV1 ((uint32_t)0x00000000
) 5476 #define RCC_CFGR_PPRE2_DIV2 ((uint32_t)0x00008000
) 5477 #define RCC_CFGR_PPRE2_DIV4 ((uint32_t)0x0000A000
) 5478 #define RCC_CFGR_PPRE2_DIV8 ((uint32_t)0x0000C000
) 5479 #define RCC_CFGR_PPRE2_DIV16 ((uint32_t)0x0000E000
) 5482 #define RCC_CFGR_RTCPRE ((uint32_t)0x001F0000
) 5483 #define RCC_CFGR_RTCPRE_0 ((uint32_t)0x00010000
) 5484 #define RCC_CFGR_RTCPRE_1 ((uint32_t)0x00020000
) 5485 #define RCC_CFGR_RTCPRE_2 ((uint32_t)0x00040000
) 5486 #define RCC_CFGR_RTCPRE_3 ((uint32_t)0x00080000
) 5487 #define RCC_CFGR_RTCPRE_4 ((uint32_t)0x00100000
) 5490 #define RCC_CFGR_MCO1 ((uint32_t)0x00600000
) 5491 #define RCC_CFGR_MCO1_0 ((uint32_t)0x00200000
) 5492 #define RCC_CFGR_MCO1_1 ((uint32_t)0x00400000
) 5494 #define RCC_CFGR_I2SSRC ((uint32_t)0x00800000
) 5496 #define RCC_CFGR_MCO1PRE ((uint32_t)0x07000000
) 5497 #define RCC_CFGR_MCO1PRE_0 ((uint32_t)0x01000000
) 5498 #define RCC_CFGR_MCO1PRE_1 ((uint32_t)0x02000000
) 5499 #define RCC_CFGR_MCO1PRE_2 ((uint32_t)0x04000000
) 5501 #define RCC_CFGR_MCO2PRE ((uint32_t)0x38000000
) 5502 #define RCC_CFGR_MCO2PRE_0 ((uint32_t)0x08000000
) 5503 #define RCC_CFGR_MCO2PRE_1 ((uint32_t)0x10000000
) 5504 #define RCC_CFGR_MCO2PRE_2 ((uint32_t)0x20000000
) 5506 #define RCC_CFGR_MCO2 ((uint32_t)0xC0000000
) 5507 #define RCC_CFGR_MCO2_0 ((uint32_t)0x40000000
) 5508 #define RCC_CFGR_MCO2_1 ((uint32_t)0x80000000
) 5511 #define RCC_CIR_LSIRDYF ((uint32_t)0x00000001
) 5512 #define RCC_CIR_LSERDYF ((uint32_t)0x00000002
) 5513 #define RCC_CIR_HSIRDYF ((uint32_t)0x00000004
) 5514 #define RCC_CIR_HSERDYF ((uint32_t)0x00000008
) 5515 #define RCC_CIR_PLLRDYF ((uint32_t)0x00000010
) 5516 #define RCC_CIR_PLLI2SRDYF ((uint32_t)0x00000020
) 5517 #define RCC_CIR_PLLSAIRDYF ((uint32_t)0x00000040
) 5518 #define RCC_CIR_CSSF ((uint32_t)0x00000080
) 5519 #define RCC_CIR_LSIRDYIE ((uint32_t)0x00000100
) 5520 #define RCC_CIR_LSERDYIE ((uint32_t)0x00000200
) 5521 #define RCC_CIR_HSIRDYIE ((uint32_t)0x00000400
) 5522 #define RCC_CIR_HSERDYIE ((uint32_t)0x00000800
) 5523 #define RCC_CIR_PLLRDYIE ((uint32_t)0x00001000
) 5524 #define RCC_CIR_PLLI2SRDYIE ((uint32_t)0x00002000
) 5525 #define RCC_CIR_PLLSAIRDYIE ((uint32_t)0x00004000
) 5526 #define RCC_CIR_LSIRDYC ((uint32_t)0x00010000
) 5527 #define RCC_CIR_LSERDYC ((uint32_t)0x00020000
) 5528 #define RCC_CIR_HSIRDYC ((uint32_t)0x00040000
) 5529 #define RCC_CIR_HSERDYC ((uint32_t)0x00080000
) 5530 #define RCC_CIR_PLLRDYC ((uint32_t)0x00100000
) 5531 #define RCC_CIR_PLLI2SRDYC ((uint32_t)0x00200000
) 5532 #define RCC_CIR_PLLSAIRDYC ((uint32_t)0x00400000
) 5533 #define RCC_CIR_CSSC ((uint32_t)0x00800000
) 5536 #define RCC_AHB1RSTR_GPIOARST ((uint32_t)0x00000001
) 5537 #define RCC_AHB1RSTR_GPIOBRST ((uint32_t)0x00000002
) 5538 #define RCC_AHB1RSTR_GPIOCRST ((uint32_t)0x00000004
) 5539 #define RCC_AHB1RSTR_GPIODRST ((uint32_t)0x00000008
) 5540 #define RCC_AHB1RSTR_GPIOERST ((uint32_t)0x00000010
) 5541 #define RCC_AHB1RSTR_GPIOFRST ((uint32_t)0x00000020
) 5542 #define RCC_AHB1RSTR_GPIOGRST ((uint32_t)0x00000040
) 5543 #define RCC_AHB1RSTR_GPIOHRST ((uint32_t)0x00000080
) 5544 #define RCC_AHB1RSTR_GPIOIRST ((uint32_t)0x00000100
) 5545 #define RCC_AHB1RSTR_GPIOJRST ((uint32_t)0x00000200
) 5546 #define RCC_AHB1RSTR_GPIOKRST ((uint32_t)0x00000400
) 5547 #define RCC_AHB1RSTR_CRCRST ((uint32_t)0x00001000
) 5548 #define RCC_AHB1RSTR_DMA1RST ((uint32_t)0x00200000
) 5549 #define RCC_AHB1RSTR_DMA2RST ((uint32_t)0x00400000
) 5550 #define RCC_AHB1RSTR_DMA2DRST ((uint32_t)0x00800000
) 5551 #define RCC_AHB1RSTR_ETHMACRST ((uint32_t)0x02000000
) 5552 #define RCC_AHB1RSTR_OTGHRST ((uint32_t)0x10000000
) 5555 #define RCC_AHB2RSTR_DCMIRST ((uint32_t)0x00000001
) 5556 #define RCC_AHB2RSTR_RNGRST ((uint32_t)0x00000040
) 5557 #define RCC_AHB2RSTR_OTGFSRST ((uint32_t)0x00000080
) 5560 #define RCC_AHB3RSTR_FMCRST ((uint32_t)0x00000001
) 5563 #define RCC_APB1RSTR_TIM2RST ((uint32_t)0x00000001
) 5564 #define RCC_APB1RSTR_TIM3RST ((uint32_t)0x00000002
) 5565 #define RCC_APB1RSTR_TIM4RST ((uint32_t)0x00000004
) 5566 #define RCC_APB1RSTR_TIM5RST ((uint32_t)0x00000008
) 5567 #define RCC_APB1RSTR_TIM6RST ((uint32_t)0x00000010
) 5568 #define RCC_APB1RSTR_TIM7RST ((uint32_t)0x00000020
) 5569 #define RCC_APB1RSTR_TIM12RST ((uint32_t)0x00000040
) 5570 #define RCC_APB1RSTR_TIM13RST ((uint32_t)0x00000080
) 5571 #define RCC_APB1RSTR_TIM14RST ((uint32_t)0x00000100
) 5572 #define RCC_APB1RSTR_WWDGRST ((uint32_t)0x00000800
) 5573 #define RCC_APB1RSTR_SPI2RST ((uint32_t)0x00004000
) 5574 #define RCC_APB1RSTR_SPI3RST ((uint32_t)0x00008000
) 5575 #define RCC_APB1RSTR_USART2RST ((uint32_t)0x00020000
) 5576 #define RCC_APB1RSTR_USART3RST ((uint32_t)0x00040000
) 5577 #define RCC_APB1RSTR_UART4RST ((uint32_t)0x00080000
) 5578 #define RCC_APB1RSTR_UART5RST ((uint32_t)0x00100000
) 5579 #define RCC_APB1RSTR_I2C1RST ((uint32_t)0x00200000
) 5580 #define RCC_APB1RSTR_I2C2RST ((uint32_t)0x00400000
) 5581 #define RCC_APB1RSTR_I2C3RST ((uint32_t)0x00800000
) 5582 #define RCC_APB1RSTR_CAN1RST ((uint32_t)0x02000000
) 5583 #define RCC_APB1RSTR_CAN2RST ((uint32_t)0x04000000
) 5584 #define RCC_APB1RSTR_PWRRST ((uint32_t)0x10000000
) 5585 #define RCC_APB1RSTR_DACRST ((uint32_t)0x20000000
) 5586 #define RCC_APB1RSTR_UART7RST ((uint32_t)0x40000000
) 5587 #define RCC_APB1RSTR_UART8RST ((uint32_t)0x80000000
) 5590 #define RCC_APB2RSTR_TIM1RST ((uint32_t)0x00000001
) 5591 #define RCC_APB2RSTR_TIM8RST ((uint32_t)0x00000002
) 5592 #define RCC_APB2RSTR_USART1RST ((uint32_t)0x00000010
) 5593 #define RCC_APB2RSTR_USART6RST ((uint32_t)0x00000020
) 5594 #define RCC_APB2RSTR_ADCRST ((uint32_t)0x00000100
) 5595 #define RCC_APB2RSTR_SDIORST ((uint32_t)0x00000800
) 5596 #define RCC_APB2RSTR_SPI1RST ((uint32_t)0x00001000
) 5597 #define RCC_APB2RSTR_SPI4RST ((uint32_t)0x00002000
) 5598 #define RCC_APB2RSTR_SYSCFGRST ((uint32_t)0x00004000
) 5599 #define RCC_APB2RSTR_TIM9RST ((uint32_t)0x00010000
) 5600 #define RCC_APB2RSTR_TIM10RST ((uint32_t)0x00020000
) 5601 #define RCC_APB2RSTR_TIM11RST ((uint32_t)0x00040000
) 5602 #define RCC_APB2RSTR_SPI5RST ((uint32_t)0x00100000
) 5603 #define RCC_APB2RSTR_SPI6RST ((uint32_t)0x00200000
) 5604 #define RCC_APB2RSTR_SAI1RST ((uint32_t)0x00400000
) 5605 #define RCC_APB2RSTR_LTDCRST ((uint32_t)0x04000000
) 5611 #define RCC_AHB1ENR_GPIOAEN ((uint32_t)0x00000001
) 5612 #define RCC_AHB1ENR_GPIOBEN ((uint32_t)0x00000002
) 5613 #define RCC_AHB1ENR_GPIOCEN ((uint32_t)0x00000004
) 5614 #define RCC_AHB1ENR_GPIODEN ((uint32_t)0x00000008
) 5615 #define RCC_AHB1ENR_GPIOEEN ((uint32_t)0x00000010
) 5616 #define RCC_AHB1ENR_GPIOFEN ((uint32_t)0x00000020
) 5617 #define RCC_AHB1ENR_GPIOGEN ((uint32_t)0x00000040
) 5618 #define RCC_AHB1ENR_GPIOHEN ((uint32_t)0x00000080
) 5619 #define RCC_AHB1ENR_GPIOIEN ((uint32_t)0x00000100
) 5620 #define RCC_AHB1ENR_GPIOJEN ((uint32_t)0x00000200
) 5621 #define RCC_AHB1ENR_GPIOKEN ((uint32_t)0x00000400
) 5623 #define RCC_AHB1ENR_CRCEN ((uint32_t)0x00001000
) 5624 #define RCC_AHB1ENR_BKPSRAMEN ((uint32_t)0x00040000
) 5625 #define RCC_AHB1ENR_CCMDATARAMEN ((uint32_t)0x00100000
) 5626 #define RCC_AHB1ENR_DMA1EN ((uint32_t)0x00200000
) 5627 #define RCC_AHB1ENR_DMA2EN ((uint32_t)0x00400000
) 5628 #define RCC_AHB1ENR_DMA2DEN ((uint32_t)0x00800000
) 5630 #define RCC_AHB1ENR_ETHMACEN ((uint32_t)0x02000000
) 5631 #define RCC_AHB1ENR_ETHMACTXEN ((uint32_t)0x04000000
) 5632 #define RCC_AHB1ENR_ETHMACRXEN ((uint32_t)0x08000000
) 5633 #define RCC_AHB1ENR_ETHMACPTPEN ((uint32_t)0x10000000
) 5634 #define RCC_AHB1ENR_OTGHSEN ((uint32_t)0x20000000
) 5635 #define RCC_AHB1ENR_OTGHSULPIEN ((uint32_t)0x40000000
) 5638 #define RCC_AHB2ENR_DCMIEN ((uint32_t)0x00000001
) 5639 #define RCC_AHB2ENR_RNGEN ((uint32_t)0x00000040
) 5640 #define RCC_AHB2ENR_OTGFSEN ((uint32_t)0x00000080
) 5643 #define RCC_AHB3ENR_FMCEN ((uint32_t)0x00000001
) 5646 #define RCC_APB1ENR_TIM2EN ((uint32_t)0x00000001
) 5647 #define RCC_APB1ENR_TIM3EN ((uint32_t)0x00000002
) 5648 #define RCC_APB1ENR_TIM4EN ((uint32_t)0x00000004
) 5649 #define RCC_APB1ENR_TIM5EN ((uint32_t)0x00000008
) 5650 #define RCC_APB1ENR_TIM6EN ((uint32_t)0x00000010
) 5651 #define RCC_APB1ENR_TIM7EN ((uint32_t)0x00000020
) 5652 #define RCC_APB1ENR_TIM12EN ((uint32_t)0x00000040
) 5653 #define RCC_APB1ENR_TIM13EN ((uint32_t)0x00000080
) 5654 #define RCC_APB1ENR_TIM14EN ((uint32_t)0x00000100
) 5655 #define RCC_APB1ENR_WWDGEN ((uint32_t)0x00000800
) 5656 #define RCC_APB1ENR_SPI2EN ((uint32_t)0x00004000
) 5657 #define RCC_APB1ENR_SPI3EN ((uint32_t)0x00008000
) 5658 #define RCC_APB1ENR_USART2EN ((uint32_t)0x00020000
) 5659 #define RCC_APB1ENR_USART3EN ((uint32_t)0x00040000
) 5660 #define RCC_APB1ENR_UART4EN ((uint32_t)0x00080000
) 5661 #define RCC_APB1ENR_UART5EN ((uint32_t)0x00100000
) 5662 #define RCC_APB1ENR_I2C1EN ((uint32_t)0x00200000
) 5663 #define RCC_APB1ENR_I2C2EN ((uint32_t)0x00400000
) 5664 #define RCC_APB1ENR_I2C3EN ((uint32_t)0x00800000
) 5665 #define RCC_APB1ENR_CAN1EN ((uint32_t)0x02000000
) 5666 #define RCC_APB1ENR_CAN2EN ((uint32_t)0x04000000
) 5667 #define RCC_APB1ENR_PWREN ((uint32_t)0x10000000
) 5668 #define RCC_APB1ENR_DACEN ((uint32_t)0x20000000
) 5669 #define RCC_APB1ENR_UART7EN ((uint32_t)0x40000000
) 5670 #define RCC_APB1ENR_UART8EN ((uint32_t)0x80000000
) 5673 #define RCC_APB2ENR_TIM1EN ((uint32_t)0x00000001
) 5674 #define RCC_APB2ENR_TIM8EN ((uint32_t)0x00000002
) 5675 #define RCC_APB2ENR_USART1EN ((uint32_t)0x00000010
) 5676 #define RCC_APB2ENR_USART6EN ((uint32_t)0x00000020
) 5677 #define RCC_APB2ENR_ADC1EN ((uint32_t)0x00000100
) 5678 #define RCC_APB2ENR_ADC2EN ((uint32_t)0x00000200
) 5679 #define RCC_APB2ENR_ADC3EN ((uint32_t)0x00000400
) 5680 #define RCC_APB2ENR_SDIOEN ((uint32_t)0x00000800
) 5681 #define RCC_APB2ENR_SPI1EN ((uint32_t)0x00001000
) 5682 #define RCC_APB2ENR_SPI4EN ((uint32_t)0x00002000
) 5683 #define RCC_APB2ENR_SYSCFGEN ((uint32_t)0x00004000
) 5684 #define RCC_APB2ENR_TIM9EN ((uint32_t)0x00010000
) 5685 #define RCC_APB2ENR_TIM10EN ((uint32_t)0x00020000
) 5686 #define RCC_APB2ENR_TIM11EN ((uint32_t)0x00040000
) 5687 #define RCC_APB2ENR_SPI5EN ((uint32_t)0x00100000
) 5688 #define RCC_APB2ENR_SPI6EN ((uint32_t)0x00200000
) 5689 #define RCC_APB2ENR_SAI1EN ((uint32_t)0x00400000
) 5690 #define RCC_APB2ENR_LTDCEN ((uint32_t)0x04000000
) 5693 #define RCC_AHB1LPENR_GPIOALPEN ((uint32_t)0x00000001
) 5694 #define RCC_AHB1LPENR_GPIOBLPEN ((uint32_t)0x00000002
) 5695 #define RCC_AHB1LPENR_GPIOCLPEN ((uint32_t)0x00000004
) 5696 #define RCC_AHB1LPENR_GPIODLPEN ((uint32_t)0x00000008
) 5697 #define RCC_AHB1LPENR_GPIOELPEN ((uint32_t)0x00000010
) 5698 #define RCC_AHB1LPENR_GPIOFLPEN ((uint32_t)0x00000020
) 5699 #define RCC_AHB1LPENR_GPIOGLPEN ((uint32_t)0x00000040
) 5700 #define RCC_AHB1LPENR_GPIOHLPEN ((uint32_t)0x00000080
) 5701 #define RCC_AHB1LPENR_GPIOILPEN ((uint32_t)0x00000100
) 5702 #define RCC_AHB1LPENR_GPIOJLPEN ((uint32_t)0x00000200
) 5703 #define RCC_AHB1LPENR_GPIOKLPEN ((uint32_t)0x00000400
) 5705 #define RCC_AHB1LPENR_CRCLPEN ((uint32_t)0x00001000
) 5706 #define RCC_AHB1LPENR_FLITFLPEN ((uint32_t)0x00008000
) 5707 #define RCC_AHB1LPENR_SRAM1LPEN ((uint32_t)0x00010000
) 5708 #define RCC_AHB1LPENR_SRAM2LPEN ((uint32_t)0x00020000
) 5709 #define RCC_AHB1LPENR_BKPSRAMLPEN ((uint32_t)0x00040000
) 5710 #define RCC_AHB1LPENR_SRAM3LPEN ((uint32_t)0x00080000
) 5711 #define RCC_AHB1LPENR_DMA1LPEN ((uint32_t)0x00200000
) 5712 #define RCC_AHB1LPENR_DMA2LPEN ((uint32_t)0x00400000
) 5713 #define RCC_AHB1LPENR_DMA2DLPEN ((uint32_t)0x00800000
) 5715 #define RCC_AHB1LPENR_ETHMACLPEN ((uint32_t)0x02000000
) 5716 #define RCC_AHB1LPENR_ETHMACTXLPEN ((uint32_t)0x04000000
) 5717 #define RCC_AHB1LPENR_ETHMACRXLPEN ((uint32_t)0x08000000
) 5718 #define RCC_AHB1LPENR_ETHMACPTPLPEN ((uint32_t)0x10000000
) 5719 #define RCC_AHB1LPENR_OTGHSLPEN ((uint32_t)0x20000000
) 5720 #define RCC_AHB1LPENR_OTGHSULPILPEN ((uint32_t)0x40000000
) 5723 #define RCC_AHB2LPENR_DCMILPEN ((uint32_t)0x00000001
) 5724 #define RCC_AHB2LPENR_RNGLPEN ((uint32_t)0x00000040
) 5725 #define RCC_AHB2LPENR_OTGFSLPEN ((uint32_t)0x00000080
) 5728 #define RCC_AHB3LPENR_FMCLPEN ((uint32_t)0x00000001
) 5731 #define RCC_APB1LPENR_TIM2LPEN ((uint32_t)0x00000001
) 5732 #define RCC_APB1LPENR_TIM3LPEN ((uint32_t)0x00000002
) 5733 #define RCC_APB1LPENR_TIM4LPEN ((uint32_t)0x00000004
) 5734 #define RCC_APB1LPENR_TIM5LPEN ((uint32_t)0x00000008
) 5735 #define RCC_APB1LPENR_TIM6LPEN ((uint32_t)0x00000010
) 5736 #define RCC_APB1LPENR_TIM7LPEN ((uint32_t)0x00000020
) 5737 #define RCC_APB1LPENR_TIM12LPEN ((uint32_t)0x00000040
) 5738 #define RCC_APB1LPENR_TIM13LPEN ((uint32_t)0x00000080
) 5739 #define RCC_APB1LPENR_TIM14LPEN ((uint32_t)0x00000100
) 5740 #define RCC_APB1LPENR_WWDGLPEN ((uint32_t)0x00000800
) 5741 #define RCC_APB1LPENR_SPI2LPEN ((uint32_t)0x00004000
) 5742 #define RCC_APB1LPENR_SPI3LPEN ((uint32_t)0x00008000
) 5743 #define RCC_APB1LPENR_USART2LPEN ((uint32_t)0x00020000
) 5744 #define RCC_APB1LPENR_USART3LPEN ((uint32_t)0x00040000
) 5745 #define RCC_APB1LPENR_UART4LPEN ((uint32_t)0x00080000
) 5746 #define RCC_APB1LPENR_UART5LPEN ((uint32_t)0x00100000
) 5747 #define RCC_APB1LPENR_I2C1LPEN ((uint32_t)0x00200000
) 5748 #define RCC_APB1LPENR_I2C2LPEN ((uint32_t)0x00400000
) 5749 #define RCC_APB1LPENR_I2C3LPEN ((uint32_t)0x00800000
) 5750 #define RCC_APB1LPENR_CAN1LPEN ((uint32_t)0x02000000
) 5751 #define RCC_APB1LPENR_CAN2LPEN ((uint32_t)0x04000000
) 5752 #define RCC_APB1LPENR_PWRLPEN ((uint32_t)0x10000000
) 5753 #define RCC_APB1LPENR_DACLPEN ((uint32_t)0x20000000
) 5754 #define RCC_APB1LPENR_UART7LPEN ((uint32_t)0x40000000
) 5755 #define RCC_APB1LPENR_UART8LPEN ((uint32_t)0x80000000
) 5758 #define RCC_APB2LPENR_TIM1LPEN ((uint32_t)0x00000001
) 5759 #define RCC_APB2LPENR_TIM8LPEN ((uint32_t)0x00000002
) 5760 #define RCC_APB2LPENR_USART1LPEN ((uint32_t)0x00000010
) 5761 #define RCC_APB2LPENR_USART6LPEN ((uint32_t)0x00000020
) 5762 #define RCC_APB2LPENR_ADC1LPEN ((uint32_t)0x00000100
) 5763 #define RCC_APB2LPENR_ADC2LPEN ((uint32_t)0x00000200
) 5764 #define RCC_APB2LPENR_ADC3LPEN ((uint32_t)0x00000400
) 5765 #define RCC_APB2LPENR_SDIOLPEN ((uint32_t)0x00000800
) 5766 #define RCC_APB2LPENR_SPI1LPEN ((uint32_t)0x00001000
) 5767 #define RCC_APB2LPENR_SPI4LPEN ((uint32_t)0x00002000
) 5768 #define RCC_APB2LPENR_SYSCFGLPEN ((uint32_t)0x00004000
) 5769 #define RCC_APB2LPENR_TIM9LPEN ((uint32_t)0x00010000
) 5770 #define RCC_APB2LPENR_TIM10LPEN ((uint32_t)0x00020000
) 5771 #define RCC_APB2LPENR_TIM11LPEN ((uint32_t)0x00040000
) 5772 #define RCC_APB2LPENR_SPI5LPEN ((uint32_t)0x00100000
) 5773 #define RCC_APB2LPENR_SPI6LPEN ((uint32_t)0x00200000
) 5774 #define RCC_APB2LPENR_SAI1LPEN ((uint32_t)0x00400000
) 5775 #define RCC_APB2LPENR_LTDCLPEN ((uint32_t)0x04000000
) 5778 #define RCC_BDCR_LSEON ((uint32_t)0x00000001
) 5779 #define RCC_BDCR_LSERDY ((uint32_t)0x00000002
) 5780 #define RCC_BDCR_LSEBYP ((uint32_t)0x00000004
) 5782 #define RCC_BDCR_RTCSEL ((uint32_t)0x00000300
) 5783 #define RCC_BDCR_RTCSEL_0 ((uint32_t)0x00000100
) 5784 #define RCC_BDCR_RTCSEL_1 ((uint32_t)0x00000200
) 5786 #define RCC_BDCR_RTCEN ((uint32_t)0x00008000
) 5787 #define RCC_BDCR_BDRST ((uint32_t)0x00010000
) 5790 #define RCC_CSR_LSION ((uint32_t)0x00000001
) 5791 #define RCC_CSR_LSIRDY ((uint32_t)0x00000002
) 5792 #define RCC_CSR_RMVF ((uint32_t)0x01000000
) 5793 #define RCC_CSR_BORRSTF ((uint32_t)0x02000000
) 5794 #define RCC_CSR_PADRSTF ((uint32_t)0x04000000
) 5795 #define RCC_CSR_PORRSTF ((uint32_t)0x08000000
) 5796 #define RCC_CSR_SFTRSTF ((uint32_t)0x10000000
) 5797 #define RCC_CSR_WDGRSTF ((uint32_t)0x20000000
) 5798 #define RCC_CSR_WWDGRSTF ((uint32_t)0x40000000
) 5799 #define RCC_CSR_LPWRRSTF ((uint32_t)0x80000000
) 5802 #define RCC_SSCGR_MODPER ((uint32_t)0x00001FFF
) 5803 #define RCC_SSCGR_INCSTEP ((uint32_t)0x0FFFE000
) 5804 #define RCC_SSCGR_SPREADSEL ((uint32_t)0x40000000
) 5805 #define RCC_SSCGR_SSCGEN ((uint32_t)0x80000000
) 5808 #define RCC_PLLI2SCFGR_PLLI2SN ((uint32_t)0x00007FC0
) 5809 #define RCC_PLLI2SCFGR_PLLI2SN_0 ((uint32_t)0x00000040
) 5810 #define RCC_PLLI2SCFGR_PLLI2SN_1 ((uint32_t)0x00000080
) 5811 #define RCC_PLLI2SCFGR_PLLI2SN_2 ((uint32_t)0x00000100
) 5812 #define RCC_PLLI2SCFGR_PLLI2SN_3 ((uint32_t)0x00000200
) 5813 #define RCC_PLLI2SCFGR_PLLI2SN_4 ((uint32_t)0x00000400
) 5814 #define RCC_PLLI2SCFGR_PLLI2SN_5 ((uint32_t)0x00000800
) 5815 #define RCC_PLLI2SCFGR_PLLI2SN_6 ((uint32_t)0x00001000
) 5816 #define RCC_PLLI2SCFGR_PLLI2SN_7 ((uint32_t)0x00002000
) 5817 #define RCC_PLLI2SCFGR_PLLI2SN_8 ((uint32_t)0x00004000
) 5819 #define RCC_PLLI2SCFGR_PLLI2SQ ((uint32_t)0x0F000000
) 5820 #define RCC_PLLI2SCFGR_PLLI2SQ_0 ((uint32_t)0x01000000
) 5821 #define RCC_PLLI2SCFGR_PLLI2SQ_1 ((uint32_t)0x02000000
) 5822 #define RCC_PLLI2SCFGR_PLLI2SQ_2 ((uint32_t)0x04000000
) 5823 #define RCC_PLLI2SCFGR_PLLI2SQ_3 ((uint32_t)0x08000000
) 5825 #define RCC_PLLI2SCFGR_PLLI2SR ((uint32_t)0x70000000
) 5826 #define RCC_PLLI2SCFGR_PLLI2SR_0 ((uint32_t)0x10000000
) 5827 #define RCC_PLLI2SCFGR_PLLI2SR_1 ((uint32_t)0x20000000
) 5828 #define RCC_PLLI2SCFGR_PLLI2SR_2 ((uint32_t)0x40000000
) 5832 #define RCC_PLLSAICFGR_PLLSAIN ((uint32_t)0x00007FC0
) 5833 #define RCC_PLLSAICFGR_PLLSAIN_0 ((uint32_t)0x00000040
) 5834 #define RCC_PLLSAICFGR_PLLSAIN_1 ((uint32_t)0x00000080
) 5835 #define RCC_PLLSAICFGR_PLLSAIN_2 ((uint32_t)0x00000100
) 5836 #define RCC_PLLSAICFGR_PLLSAIN_3 ((uint32_t)0x00000200
) 5837 #define RCC_PLLSAICFGR_PLLSAIN_4 ((uint32_t)0x00000400
) 5838 #define RCC_PLLSAICFGR_PLLSAIN_5 ((uint32_t)0x00000800
) 5839 #define RCC_PLLSAICFGR_PLLSAIN_6 ((uint32_t)0x00001000
) 5840 #define RCC_PLLSAICFGR_PLLSAIN_7 ((uint32_t)0x00002000
) 5841 #define RCC_PLLSAICFGR_PLLSAIN_8 ((uint32_t)0x00004000
) 5843 #define RCC_PLLSAICFGR_PLLSAIQ ((uint32_t)0x0F000000
) 5844 #define RCC_PLLSAICFGR_PLLSAIQ_0 ((uint32_t)0x01000000
) 5845 #define RCC_PLLSAICFGR_PLLSAIQ_1 ((uint32_t)0x02000000
) 5846 #define RCC_PLLSAICFGR_PLLSAIQ_2 ((uint32_t)0x04000000
) 5847 #define RCC_PLLSAICFGR_PLLSAIQ_3 ((uint32_t)0x08000000
) 5849 #define RCC_PLLSAICFGR_PLLSAIR ((uint32_t)0x70000000
) 5850 #define RCC_PLLSAICFGR_PLLSAIR_0 ((uint32_t)0x10000000
) 5851 #define RCC_PLLSAICFGR_PLLSAIR_1 ((uint32_t)0x20000000
) 5852 #define RCC_PLLSAICFGR_PLLSAIR_2 ((uint32_t)0x40000000
) 5855 #define RCC_DCKCFGR_PLLI2SDIVQ ((uint32_t)0x0000001F
) 5856 #define RCC_DCKCFGR_PLLSAIDIVQ ((uint32_t)0x00001F00
) 5857 #define RCC_DCKCFGR_PLLSAIDIVR ((uint32_t)0x00030000
) 5858 #define RCC_DCKCFGR_SAI1ASRC ((uint32_t)0x00300000
) 5859 #define RCC_DCKCFGR_SAI1BSRC ((uint32_t)0x00C00000
) 5860 #define RCC_DCKCFGR_TIMPRE ((uint32_t)0x01000000
) 5869 #define RNG_CR_RNGEN ((uint32_t)0x00000004
) 5870 #define RNG_CR_IE ((uint32_t)0x00000008
) 5873 #define RNG_SR_DRDY ((uint32_t)0x00000001
) 5874 #define RNG_SR_CECS ((uint32_t)0x00000002
) 5875 #define RNG_SR_SECS ((uint32_t)0x00000004
) 5876 #define RNG_SR_CEIS ((uint32_t)0x00000020
) 5877 #define RNG_SR_SEIS ((uint32_t)0x00000040
) 5885 #define RTC_TR_PM ((uint32_t)0x00400000
) 5886 #define RTC_TR_HT ((uint32_t)0x00300000
) 5887 #define RTC_TR_HT_0 ((uint32_t)0x00100000
) 5888 #define RTC_TR_HT_1 ((uint32_t)0x00200000
) 5889 #define RTC_TR_HU ((uint32_t)0x000F0000
) 5890 #define RTC_TR_HU_0 ((uint32_t)0x00010000
) 5891 #define RTC_TR_HU_1 ((uint32_t)0x00020000
) 5892 #define RTC_TR_HU_2 ((uint32_t)0x00040000
) 5893 #define RTC_TR_HU_3 ((uint32_t)0x00080000
) 5894 #define RTC_TR_MNT ((uint32_t)0x00007000
) 5895 #define RTC_TR_MNT_0 ((uint32_t)0x00001000
) 5896 #define RTC_TR_MNT_1 ((uint32_t)0x00002000
) 5897 #define RTC_TR_MNT_2 ((uint32_t)0x00004000
) 5898 #define RTC_TR_MNU ((uint32_t)0x00000F00
) 5899 #define RTC_TR_MNU_0 ((uint32_t)0x00000100
) 5900 #define RTC_TR_MNU_1 ((uint32_t)0x00000200
) 5901 #define RTC_TR_MNU_2 ((uint32_t)0x00000400
) 5902 #define RTC_TR_MNU_3 ((uint32_t)0x00000800
) 5903 #define RTC_TR_ST ((uint32_t)0x00000070
) 5904 #define RTC_TR_ST_0 ((uint32_t)0x00000010
) 5905 #define RTC_TR_ST_1 ((uint32_t)0x00000020
) 5906 #define RTC_TR_ST_2 ((uint32_t)0x00000040
) 5907 #define RTC_TR_SU ((uint32_t)0x0000000F
) 5908 #define RTC_TR_SU_0 ((uint32_t)0x00000001
) 5909 #define RTC_TR_SU_1 ((uint32_t)0x00000002
) 5910 #define RTC_TR_SU_2 ((uint32_t)0x00000004
) 5911 #define RTC_TR_SU_3 ((uint32_t)0x00000008
) 5914 #define RTC_DR_YT ((uint32_t)0x00F00000
) 5915 #define RTC_DR_YT_0 ((uint32_t)0x00100000
) 5916 #define RTC_DR_YT_1 ((uint32_t)0x00200000
) 5917 #define RTC_DR_YT_2 ((uint32_t)0x00400000
) 5918 #define RTC_DR_YT_3 ((uint32_t)0x00800000
) 5919 #define RTC_DR_YU ((uint32_t)0x000F0000
) 5920 #define RTC_DR_YU_0 ((uint32_t)0x00010000
) 5921 #define RTC_DR_YU_1 ((uint32_t)0x00020000
) 5922 #define RTC_DR_YU_2 ((uint32_t)0x00040000
) 5923 #define RTC_DR_YU_3 ((uint32_t)0x00080000
) 5924 #define RTC_DR_WDU ((uint32_t)0x0000E000
) 5925 #define RTC_DR_WDU_0 ((uint32_t)0x00002000
) 5926 #define RTC_DR_WDU_1 ((uint32_t)0x00004000
) 5927 #define RTC_DR_WDU_2 ((uint32_t)0x00008000
) 5928 #define RTC_DR_MT ((uint32_t)0x00001000
) 5929 #define RTC_DR_MU ((uint32_t)0x00000F00
) 5930 #define RTC_DR_MU_0 ((uint32_t)0x00000100
) 5931 #define RTC_DR_MU_1 ((uint32_t)0x00000200
) 5932 #define RTC_DR_MU_2 ((uint32_t)0x00000400
) 5933 #define RTC_DR_MU_3 ((uint32_t)0x00000800
) 5934 #define RTC_DR_DT ((uint32_t)0x00000030
) 5935 #define RTC_DR_DT_0 ((uint32_t)0x00000010
) 5936 #define RTC_DR_DT_1 ((uint32_t)0x00000020
) 5937 #define RTC_DR_DU ((uint32_t)0x0000000F
) 5938 #define RTC_DR_DU_0 ((uint32_t)0x00000001
) 5939 #define RTC_DR_DU_1 ((uint32_t)0x00000002
) 5940 #define RTC_DR_DU_2 ((uint32_t)0x00000004
) 5941 #define RTC_DR_DU_3 ((uint32_t)0x00000008
) 5944 #define RTC_CR_COE ((uint32_t)0x00800000
) 5945 #define RTC_CR_OSEL ((uint32_t)0x00600000
) 5946 #define RTC_CR_OSEL_0 ((uint32_t)0x00200000
) 5947 #define RTC_CR_OSEL_1 ((uint32_t)0x00400000
) 5948 #define RTC_CR_POL ((uint32_t)0x00100000
) 5949 #define RTC_CR_COSEL ((uint32_t)0x00080000
) 5950 #define RTC_CR_BCK ((uint32_t)0x00040000
) 5951 #define RTC_CR_SUB1H ((uint32_t)0x00020000
) 5952 #define RTC_CR_ADD1H ((uint32_t)0x00010000
) 5953 #define RTC_CR_TSIE ((uint32_t)0x00008000
) 5954 #define RTC_CR_WUTIE ((uint32_t)0x00004000
) 5955 #define RTC_CR_ALRBIE ((uint32_t)0x00002000
) 5956 #define RTC_CR_ALRAIE ((uint32_t)0x00001000
) 5957 #define RTC_CR_TSE ((uint32_t)0x00000800
) 5958 #define RTC_CR_WUTE ((uint32_t)0x00000400
) 5959 #define RTC_CR_ALRBE ((uint32_t)0x00000200
) 5960 #define RTC_CR_ALRAE ((uint32_t)0x00000100
) 5961 #define RTC_CR_DCE ((uint32_t)0x00000080
) 5962 #define RTC_CR_FMT ((uint32_t)0x00000040
) 5963 #define RTC_CR_BYPSHAD ((uint32_t)0x00000020
) 5964 #define RTC_CR_REFCKON ((uint32_t)0x00000010
) 5965 #define RTC_CR_TSEDGE ((uint32_t)0x00000008
) 5966 #define RTC_CR_WUCKSEL ((uint32_t)0x00000007
) 5967 #define RTC_CR_WUCKSEL_0 ((uint32_t)0x00000001
) 5968 #define RTC_CR_WUCKSEL_1 ((uint32_t)0x00000002
) 5969 #define RTC_CR_WUCKSEL_2 ((uint32_t)0x00000004
) 5972 #define RTC_ISR_RECALPF ((uint32_t)0x00010000
) 5973 #define RTC_ISR_TAMP1F ((uint32_t)0x00002000
) 5974 #define RTC_ISR_TAMP2F ((uint32_t)0x00004000
) 5975 #define RTC_ISR_TSOVF ((uint32_t)0x00001000
) 5976 #define RTC_ISR_TSF ((uint32_t)0x00000800
) 5977 #define RTC_ISR_WUTF ((uint32_t)0x00000400
) 5978 #define RTC_ISR_ALRBF ((uint32_t)0x00000200
) 5979 #define RTC_ISR_ALRAF ((uint32_t)0x00000100
) 5980 #define RTC_ISR_INIT ((uint32_t)0x00000080
) 5981 #define RTC_ISR_INITF ((uint32_t)0x00000040
) 5982 #define RTC_ISR_RSF ((uint32_t)0x00000020
) 5983 #define RTC_ISR_INITS ((uint32_t)0x00000010
) 5984 #define RTC_ISR_SHPF ((uint32_t)0x00000008
) 5985 #define RTC_ISR_WUTWF ((uint32_t)0x00000004
) 5986 #define RTC_ISR_ALRBWF ((uint32_t)0x00000002
) 5987 #define RTC_ISR_ALRAWF ((uint32_t)0x00000001
) 5990 #define RTC_PRER_PREDIV_A ((uint32_t)0x007F0000
) 5991 #define RTC_PRER_PREDIV_S ((uint32_t)0x00001FFF
) 5994 #define RTC_WUTR_WUT ((uint32_t)0x0000FFFF
) 5997 #define RTC_CALIBR_DCS ((uint32_t)0x00000080
) 5998 #define RTC_CALIBR_DC ((uint32_t)0x0000001F
) 6001 #define RTC_ALRMAR_MSK4 ((uint32_t)0x80000000
) 6002 #define RTC_ALRMAR_WDSEL ((uint32_t)0x40000000
) 6003 #define RTC_ALRMAR_DT ((uint32_t)0x30000000
) 6004 #define RTC_ALRMAR_DT_0 ((uint32_t)0x10000000
) 6005 #define RTC_ALRMAR_DT_1 ((uint32_t)0x20000000
) 6006 #define RTC_ALRMAR_DU ((uint32_t)0x0F000000
) 6007 #define RTC_ALRMAR_DU_0 ((uint32_t)0x01000000
) 6008 #define RTC_ALRMAR_DU_1 ((uint32_t)0x02000000
) 6009 #define RTC_ALRMAR_DU_2 ((uint32_t)0x04000000
) 6010 #define RTC_ALRMAR_DU_3 ((uint32_t)0x08000000
) 6011 #define RTC_ALRMAR_MSK3 ((uint32_t)0x00800000
) 6012 #define RTC_ALRMAR_PM ((uint32_t)0x00400000
) 6013 #define RTC_ALRMAR_HT ((uint32_t)0x00300000
) 6014 #define RTC_ALRMAR_HT_0 ((uint32_t)0x00100000
) 6015 #define RTC_ALRMAR_HT_1 ((uint32_t)0x00200000
) 6016 #define RTC_ALRMAR_HU ((uint32_t)0x000F0000
) 6017 #define RTC_ALRMAR_HU_0 ((uint32_t)0x00010000
) 6018 #define RTC_ALRMAR_HU_1 ((uint32_t)0x00020000
) 6019 #define RTC_ALRMAR_HU_2 ((uint32_t)0x00040000
) 6020 #define RTC_ALRMAR_HU_3 ((uint32_t)0x00080000
) 6021 #define RTC_ALRMAR_MSK2 ((uint32_t)0x00008000
) 6022 #define RTC_ALRMAR_MNT ((uint32_t)0x00007000
) 6023 #define RTC_ALRMAR_MNT_0 ((uint32_t)0x00001000
) 6024 #define RTC_ALRMAR_MNT_1 ((uint32_t)0x00002000
) 6025 #define RTC_ALRMAR_MNT_2 ((uint32_t)0x00004000
) 6026 #define RTC_ALRMAR_MNU ((uint32_t)0x00000F00
) 6027 #define RTC_ALRMAR_MNU_0 ((uint32_t)0x00000100
) 6028 #define RTC_ALRMAR_MNU_1 ((uint32_t)0x00000200
) 6029 #define RTC_ALRMAR_MNU_2 ((uint32_t)0x00000400
) 6030 #define RTC_ALRMAR_MNU_3 ((uint32_t)0x00000800
) 6031 #define RTC_ALRMAR_MSK1 ((uint32_t)0x00000080
) 6032 #define RTC_ALRMAR_ST ((uint32_t)0x00000070
) 6033 #define RTC_ALRMAR_ST_0 ((uint32_t)0x00000010
) 6034 #define RTC_ALRMAR_ST_1 ((uint32_t)0x00000020
) 6035 #define RTC_ALRMAR_ST_2 ((uint32_t)0x00000040
) 6036 #define RTC_ALRMAR_SU ((uint32_t)0x0000000F
) 6037 #define RTC_ALRMAR_SU_0 ((uint32_t)0x00000001
) 6038 #define RTC_ALRMAR_SU_1 ((uint32_t)0x00000002
) 6039 #define RTC_ALRMAR_SU_2 ((uint32_t)0x00000004
) 6040 #define RTC_ALRMAR_SU_3 ((uint32_t)0x00000008
) 6043 #define RTC_ALRMBR_MSK4 ((uint32_t)0x80000000
) 6044 #define RTC_ALRMBR_WDSEL ((uint32_t)0x40000000
) 6045 #define RTC_ALRMBR_DT ((uint32_t)0x30000000
) 6046 #define RTC_ALRMBR_DT_0 ((uint32_t)0x10000000
) 6047 #define RTC_ALRMBR_DT_1 ((uint32_t)0x20000000
) 6048 #define RTC_ALRMBR_DU ((uint32_t)0x0F000000
) 6049 #define RTC_ALRMBR_DU_0 ((uint32_t)0x01000000
) 6050 #define RTC_ALRMBR_DU_1 ((uint32_t)0x02000000
) 6051 #define RTC_ALRMBR_DU_2 ((uint32_t)0x04000000
) 6052 #define RTC_ALRMBR_DU_3 ((uint32_t)0x08000000
) 6053 #define RTC_ALRMBR_MSK3 ((uint32_t)0x00800000
) 6054 #define RTC_ALRMBR_PM ((uint32_t)0x00400000
) 6055 #define RTC_ALRMBR_HT ((uint32_t)0x00300000
) 6056 #define RTC_ALRMBR_HT_0 ((uint32_t)0x00100000
) 6057 #define RTC_ALRMBR_HT_1 ((uint32_t)0x00200000
) 6058 #define RTC_ALRMBR_HU ((uint32_t)0x000F0000
) 6059 #define RTC_ALRMBR_HU_0 ((uint32_t)0x00010000
) 6060 #define RTC_ALRMBR_HU_1 ((uint32_t)0x00020000
) 6061 #define RTC_ALRMBR_HU_2 ((uint32_t)0x00040000
) 6062 #define RTC_ALRMBR_HU_3 ((uint32_t)0x00080000
) 6063 #define RTC_ALRMBR_MSK2 ((uint32_t)0x00008000
) 6064 #define RTC_ALRMBR_MNT ((uint32_t)0x00007000
) 6065 #define RTC_ALRMBR_MNT_0 ((uint32_t)0x00001000
) 6066 #define RTC_ALRMBR_MNT_1 ((uint32_t)0x00002000
) 6067 #define RTC_ALRMBR_MNT_2 ((uint32_t)0x00004000
) 6068 #define RTC_ALRMBR_MNU ((uint32_t)0x00000F00
) 6069 #define RTC_ALRMBR_MNU_0 ((uint32_t)0x00000100
) 6070 #define RTC_ALRMBR_MNU_1 ((uint32_t)0x00000200
) 6071 #define RTC_ALRMBR_MNU_2 ((uint32_t)0x00000400
) 6072 #define RTC_ALRMBR_MNU_3 ((uint32_t)0x00000800
) 6073 #define RTC_ALRMBR_MSK1 ((uint32_t)0x00000080
) 6074 #define RTC_ALRMBR_ST ((uint32_t)0x00000070
) 6075 #define RTC_ALRMBR_ST_0 ((uint32_t)0x00000010
) 6076 #define RTC_ALRMBR_ST_1 ((uint32_t)0x00000020
) 6077 #define RTC_ALRMBR_ST_2 ((uint32_t)0x00000040
) 6078 #define RTC_ALRMBR_SU ((uint32_t)0x0000000F
) 6079 #define RTC_ALRMBR_SU_0 ((uint32_t)0x00000001
) 6080 #define RTC_ALRMBR_SU_1 ((uint32_t)0x00000002
) 6081 #define RTC_ALRMBR_SU_2 ((uint32_t)0x00000004
) 6082 #define RTC_ALRMBR_SU_3 ((uint32_t)0x00000008
) 6085 #define RTC_WPR_KEY ((uint32_t)0x000000FF
) 6088 #define RTC_SSR_SS ((uint32_t)0x0000FFFF
) 6091 #define RTC_SHIFTR_SUBFS ((uint32_t)0x00007FFF
) 6092 #define RTC_SHIFTR_ADD1S ((uint32_t)0x80000000
) 6095 #define RTC_TSTR_PM ((uint32_t)0x00400000
) 6096 #define RTC_TSTR_HT ((uint32_t)0x00300000
) 6097 #define RTC_TSTR_HT_0 ((uint32_t)0x00100000
) 6098 #define RTC_TSTR_HT_1 ((uint32_t)0x00200000
) 6099 #define RTC_TSTR_HU ((uint32_t)0x000F0000
) 6100 #define RTC_TSTR_HU_0 ((uint32_t)0x00010000
) 6101 #define RTC_TSTR_HU_1 ((uint32_t)0x00020000
) 6102 #define RTC_TSTR_HU_2 ((uint32_t)0x00040000
) 6103 #define RTC_TSTR_HU_3 ((uint32_t)0x00080000
) 6104 #define RTC_TSTR_MNT ((uint32_t)0x00007000
) 6105 #define RTC_TSTR_MNT_0 ((uint32_t)0x00001000
) 6106 #define RTC_TSTR_MNT_1 ((uint32_t)0x00002000
) 6107 #define RTC_TSTR_MNT_2 ((uint32_t)0x00004000
) 6108 #define RTC_TSTR_MNU ((uint32_t)0x00000F00
) 6109 #define RTC_TSTR_MNU_0 ((uint32_t)0x00000100
) 6110 #define RTC_TSTR_MNU_1 ((uint32_t)0x00000200
) 6111 #define RTC_TSTR_MNU_2 ((uint32_t)0x00000400
) 6112 #define RTC_TSTR_MNU_3 ((uint32_t)0x00000800
) 6113 #define RTC_TSTR_ST ((uint32_t)0x00000070
) 6114 #define RTC_TSTR_ST_0 ((uint32_t)0x00000010
) 6115 #define RTC_TSTR_ST_1 ((uint32_t)0x00000020
) 6116 #define RTC_TSTR_ST_2 ((uint32_t)0x00000040
) 6117 #define RTC_TSTR_SU ((uint32_t)0x0000000F
) 6118 #define RTC_TSTR_SU_0 ((uint32_t)0x00000001
) 6119 #define RTC_TSTR_SU_1 ((uint32_t)0x00000002
) 6120 #define RTC_TSTR_SU_2 ((uint32_t)0x00000004
) 6121 #define RTC_TSTR_SU_3 ((uint32_t)0x00000008
) 6124 #define RTC_TSDR_WDU ((uint32_t)0x0000E000
) 6125 #define RTC_TSDR_WDU_0 ((uint32_t)0x00002000
) 6126 #define RTC_TSDR_WDU_1 ((uint32_t)0x00004000
) 6127 #define RTC_TSDR_WDU_2 ((uint32_t)0x00008000
) 6128 #define RTC_TSDR_MT ((uint32_t)0x00001000
) 6129 #define RTC_TSDR_MU ((uint32_t)0x00000F00
) 6130 #define RTC_TSDR_MU_0 ((uint32_t)0x00000100
) 6131 #define RTC_TSDR_MU_1 ((uint32_t)0x00000200
) 6132 #define RTC_TSDR_MU_2 ((uint32_t)0x00000400
) 6133 #define RTC_TSDR_MU_3 ((uint32_t)0x00000800
) 6134 #define RTC_TSDR_DT ((uint32_t)0x00000030
) 6135 #define RTC_TSDR_DT_0 ((uint32_t)0x00000010
) 6136 #define RTC_TSDR_DT_1 ((uint32_t)0x00000020
) 6137 #define RTC_TSDR_DU ((uint32_t)0x0000000F
) 6138 #define RTC_TSDR_DU_0 ((uint32_t)0x00000001
) 6139 #define RTC_TSDR_DU_1 ((uint32_t)0x00000002
) 6140 #define RTC_TSDR_DU_2 ((uint32_t)0x00000004
) 6141 #define RTC_TSDR_DU_3 ((uint32_t)0x00000008
) 6144 #define RTC_TSSSR_SS ((uint32_t)0x0000FFFF
) 6147 #define RTC_CALR_CALP ((uint32_t)0x00008000
) 6148 #define RTC_CALR_CALW8 ((uint32_t)0x00004000
) 6149 #define RTC_CALR_CALW16 ((uint32_t)0x00002000
) 6150 #define RTC_CALR_CALM ((uint32_t)0x000001FF
) 6151 #define RTC_CALR_CALM_0 ((uint32_t)0x00000001
) 6152 #define RTC_CALR_CALM_1 ((uint32_t)0x00000002
) 6153 #define RTC_CALR_CALM_2 ((uint32_t)0x00000004
) 6154 #define RTC_CALR_CALM_3 ((uint32_t)0x00000008
) 6155 #define RTC_CALR_CALM_4 ((uint32_t)0x00000010
) 6156 #define RTC_CALR_CALM_5 ((uint32_t)0x00000020
) 6157 #define RTC_CALR_CALM_6 ((uint32_t)0x00000040
) 6158 #define RTC_CALR_CALM_7 ((uint32_t)0x00000080
) 6159 #define RTC_CALR_CALM_8 ((uint32_t)0x00000100
) 6162 #define RTC_TAFCR_ALARMOUTTYPE ((uint32_t)0x00040000
) 6163 #define RTC_TAFCR_TSINSEL ((uint32_t)0x00020000
) 6164 #define RTC_TAFCR_TAMPINSEL ((uint32_t)0x00010000
) 6165 #define RTC_TAFCR_TAMPPUDIS ((uint32_t)0x00008000
) 6166 #define RTC_TAFCR_TAMPPRCH ((uint32_t)0x00006000
) 6167 #define RTC_TAFCR_TAMPPRCH_0 ((uint32_t)0x00002000
) 6168 #define RTC_TAFCR_TAMPPRCH_1 ((uint32_t)0x00004000
) 6169 #define RTC_TAFCR_TAMPFLT ((uint32_t)0x00001800
) 6170 #define RTC_TAFCR_TAMPFLT_0 ((uint32_t)0x00000800
) 6171 #define RTC_TAFCR_TAMPFLT_1 ((uint32_t)0x00001000
) 6172 #define RTC_TAFCR_TAMPFREQ ((uint32_t)0x00000700
) 6173 #define RTC_TAFCR_TAMPFREQ_0 ((uint32_t)0x00000100
) 6174 #define RTC_TAFCR_TAMPFREQ_1 ((uint32_t)0x00000200
) 6175 #define RTC_TAFCR_TAMPFREQ_2 ((uint32_t)0x00000400
) 6176 #define RTC_TAFCR_TAMPTS ((uint32_t)0x00000080
) 6177 #define RTC_TAFCR_TAMP2TRG ((uint32_t)0x00000010
) 6178 #define RTC_TAFCR_TAMP2E ((uint32_t)0x00000008
) 6179 #define RTC_TAFCR_TAMPIE ((uint32_t)0x00000004
) 6180 #define RTC_TAFCR_TAMP1TRG ((uint32_t)0x00000002
) 6181 #define RTC_TAFCR_TAMP1E ((uint32_t)0x00000001
) 6184 #define RTC_ALRMASSR_MASKSS ((uint32_t)0x0F000000
) 6185 #define RTC_ALRMASSR_MASKSS_0 ((uint32_t)0x01000000
) 6186 #define RTC_ALRMASSR_MASKSS_1 ((uint32_t)0x02000000
) 6187 #define RTC_ALRMASSR_MASKSS_2 ((uint32_t)0x04000000
) 6188 #define RTC_ALRMASSR_MASKSS_3 ((uint32_t)0x08000000
) 6189 #define RTC_ALRMASSR_SS ((uint32_t)0x00007FFF
) 6192 #define RTC_ALRMBSSR_MASKSS ((uint32_t)0x0F000000
) 6193 #define RTC_ALRMBSSR_MASKSS_0 ((uint32_t)0x01000000
) 6194 #define RTC_ALRMBSSR_MASKSS_1 ((uint32_t)0x02000000
) 6195 #define RTC_ALRMBSSR_MASKSS_2 ((uint32_t)0x04000000
) 6196 #define RTC_ALRMBSSR_MASKSS_3 ((uint32_t)0x08000000
) 6197 #define RTC_ALRMBSSR_SS ((uint32_t)0x00007FFF
) 6200 #define RTC_BKP0R ((uint32_t)0xFFFFFFFF
) 6203 #define RTC_BKP1R ((uint32_t)0xFFFFFFFF
) 6206 #define RTC_BKP2R ((uint32_t)0xFFFFFFFF
) 6209 #define RTC_BKP3R ((uint32_t)0xFFFFFFFF
) 6212 #define RTC_BKP4R ((uint32_t)0xFFFFFFFF
) 6215 #define RTC_BKP5R ((uint32_t)0xFFFFFFFF
) 6218 #define RTC_BKP6R ((uint32_t)0xFFFFFFFF
) 6221 #define RTC_BKP7R ((uint32_t)0xFFFFFFFF
) 6224 #define RTC_BKP8R ((uint32_t)0xFFFFFFFF
) 6227 #define RTC_BKP9R ((uint32_t)0xFFFFFFFF
) 6230 #define RTC_BKP10R ((uint32_t)0xFFFFFFFF
) 6233 #define RTC_BKP11R ((uint32_t)0xFFFFFFFF
) 6236 #define RTC_BKP12R ((uint32_t)0xFFFFFFFF
) 6239 #define RTC_BKP13R ((uint32_t)0xFFFFFFFF
) 6242 #define RTC_BKP14R ((uint32_t)0xFFFFFFFF
) 6245 #define RTC_BKP15R ((uint32_t)0xFFFFFFFF
) 6248 #define RTC_BKP16R ((uint32_t)0xFFFFFFFF
) 6251 #define RTC_BKP17R ((uint32_t)0xFFFFFFFF
) 6254 #define RTC_BKP18R ((uint32_t)0xFFFFFFFF
) 6257 #define RTC_BKP19R ((uint32_t)0xFFFFFFFF
) 6265 #define SAI_GCR_SYNCIN ((uint32_t)0x00000003
) 6266 #define SAI_GCR_SYNCIN_0 ((uint32_t)0x00000001
) 6267 #define SAI_GCR_SYNCIN_1 ((uint32_t)0x00000002
) 6269 #define SAI_GCR_SYNCOUT ((uint32_t)0x00000030
) 6270 #define SAI_GCR_SYNCOUT_0 ((uint32_t)0x00000010
) 6271 #define SAI_GCR_SYNCOUT_1 ((uint32_t)0x00000020
) 6274 #define SAI_xCR1_MODE ((uint32_t)0x00000003
) 6275 #define SAI_xCR1_MODE_0 ((uint32_t)0x00000001
) 6276 #define SAI_xCR1_MODE_1 ((uint32_t)0x00000002
) 6278 #define SAI_xCR1_PRTCFG ((uint32_t)0x0000000C
) 6279 #define SAI_xCR1_PRTCFG_0 ((uint32_t)0x00000004
) 6280 #define SAI_xCR1_PRTCFG_1 ((uint32_t)0x00000008
) 6282 #define SAI_xCR1_DS ((uint32_t)0x000000E0
) 6283 #define SAI_xCR1_DS_0 ((uint32_t)0x00000020
) 6284 #define SAI_xCR1_DS_1 ((uint32_t)0x00000040
) 6285 #define SAI_xCR1_DS_2 ((uint32_t)0x00000080
) 6287 #define SAI_xCR1_LSBFIRST ((uint32_t)0x00000100
) 6288 #define SAI_xCR1_CKSTR ((uint32_t)0x00000200
) 6290 #define SAI_xCR1_SYNCEN ((uint32_t)0x00000C00
) 6291 #define SAI_xCR1_SYNCEN_0 ((uint32_t)0x00000400
) 6292 #define SAI_xCR1_SYNCEN_1 ((uint32_t)0x00000800
) 6294 #define SAI_xCR1_MONO ((uint32_t)0x00001000
) 6295 #define SAI_xCR1_OUTDRIV ((uint32_t)0x00002000
) 6296 #define SAI_xCR1_SAIEN ((uint32_t)0x00010000
) 6297 #define SAI_xCR1_DMAEN ((uint32_t)0x00020000
) 6298 #define SAI_xCR1_NODIV ((uint32_t)0x00080000
) 6300 #define SAI_xCR1_MCKDIV ((uint32_t)0x00780000
) 6301 #define SAI_xCR1_MCKDIV_0 ((uint32_t)0x00080000
) 6302 #define SAI_xCR1_MCKDIV_1 ((uint32_t)0x00100000
) 6303 #define SAI_xCR1_MCKDIV_2 ((uint32_t)0x00200000
) 6304 #define SAI_xCR1_MCKDIV_3 ((uint32_t)0x00400000
) 6307 #define SAI_xCR2_FTH ((uint32_t)0x00000003
) 6308 #define SAI_xCR2_FTH_0 ((uint32_t)0x00000001
) 6309 #define SAI_xCR2_FTH_1 ((uint32_t)0x00000002
) 6311 #define SAI_xCR2_FFLUSH ((uint32_t)0x00000008
) 6312 #define SAI_xCR2_TRIS ((uint32_t)0x00000010
) 6313 #define SAI_xCR2_MUTE ((uint32_t)0x00000020
) 6314 #define SAI_xCR2_MUTEVAL ((uint32_t)0x00000040
) 6316 #define SAI_xCR2_MUTECNT ((uint32_t)0x00001F80
) 6317 #define SAI_xCR2_MUTECNT_0 ((uint32_t)0x00000080
) 6318 #define SAI_xCR2_MUTECNT_1 ((uint32_t)0x00000100
) 6319 #define SAI_xCR2_MUTECNT_2 ((uint32_t)0x00000200
) 6320 #define SAI_xCR2_MUTECNT_3 ((uint32_t)0x00000400
) 6321 #define SAI_xCR2_MUTECNT_4 ((uint32_t)0x00000800
) 6322 #define SAI_xCR2_MUTECNT_5 ((uint32_t)0x00001000
) 6324 #define SAI_xCR2_CPL ((uint32_t)0x00080000
) 6326 #define SAI_xCR2_COMP ((uint32_t)0x0000C000
) 6327 #define SAI_xCR2_COMP_0 ((uint32_t)0x00004000
) 6328 #define SAI_xCR2_COMP_1 ((uint32_t)0x00008000
) 6331 #define SAI_xFRCR_FRL ((uint32_t)0x000000FF
) 6332 #define SAI_xFRCR_FRL_0 ((uint32_t)0x00000001
) 6333 #define SAI_xFRCR_FRL_1 ((uint32_t)0x00000002
) 6334 #define SAI_xFRCR_FRL_2 ((uint32_t)0x00000004
) 6335 #define SAI_xFRCR_FRL_3 ((uint32_t)0x00000008
) 6336 #define SAI_xFRCR_FRL_4 ((uint32_t)0x00000010
) 6337 #define SAI_xFRCR_FRL_5 ((uint32_t)0x00000020
) 6338 #define SAI_xFRCR_FRL_6 ((uint32_t)0x00000040
) 6339 #define SAI_xFRCR_FRL_7 ((uint32_t)0x00000080
) 6341 #define SAI_xFRCR_FSALL ((uint32_t)0x00007F00
) 6342 #define SAI_xFRCR_FSALL_0 ((uint32_t)0x00000100
) 6343 #define SAI_xFRCR_FSALL_1 ((uint32_t)0x00000200
) 6344 #define SAI_xFRCR_FSALL_2 ((uint32_t)0x00000400
) 6345 #define SAI_xFRCR_FSALL_3 ((uint32_t)0x00000800
) 6346 #define SAI_xFRCR_FSALL_4 ((uint32_t)0x00001000
) 6347 #define SAI_xFRCR_FSALL_5 ((uint32_t)0x00002000
) 6348 #define SAI_xFRCR_FSALL_6 ((uint32_t)0x00004000
) 6350 #define SAI_xFRCR_FSDEF ((uint32_t)0x00010000
) 6351 #define SAI_xFRCR_FSPO ((uint32_t)0x00020000
) 6352 #define SAI_xFRCR_FSOFF ((uint32_t)0x00040000
) 6355 #define SAI_xSLOTR_FBOFF ((uint32_t)0x0000001F
) 6356 #define SAI_xSLOTR_FBOFF_0 ((uint32_t)0x00000001
) 6357 #define SAI_xSLOTR_FBOFF_1 ((uint32_t)0x00000002
) 6358 #define SAI_xSLOTR_FBOFF_2 ((uint32_t)0x00000004
) 6359 #define SAI_xSLOTR_FBOFF_3 ((uint32_t)0x00000008
) 6360 #define SAI_xSLOTR_FBOFF_4 ((uint32_t)0x00000010
) 6362 #define SAI_xSLOTR_SLOTSZ ((uint32_t)0x000000C0
) 6363 #define SAI_xSLOTR_SLOTSZ_0 ((uint32_t)0x00000040
) 6364 #define SAI_xSLOTR_SLOTSZ_1 ((uint32_t)0x00000080
) 6366 #define SAI_xSLOTR_NBSLOT ((uint32_t)0x00000F00
) 6367 #define SAI_xSLOTR_NBSLOT_0 ((uint32_t)0x00000100
) 6368 #define SAI_xSLOTR_NBSLOT_1 ((uint32_t)0x00000200
) 6369 #define SAI_xSLOTR_NBSLOT_2 ((uint32_t)0x00000400
) 6370 #define SAI_xSLOTR_NBSLOT_3 ((uint32_t)0x00000800
) 6372 #define SAI_xSLOTR_SLOTEN ((uint32_t)0xFFFF0000
) 6375 #define SAI_xIMR_OVRUDRIE ((uint32_t)0x00000001
) 6376 #define SAI_xIMR_MUTEDETIE ((uint32_t)0x00000002
) 6377 #define SAI_xIMR_WCKCFGIE ((uint32_t)0x00000004
) 6378 #define SAI_xIMR_FREQIE ((uint32_t)0x00000008
) 6379 #define SAI_xIMR_CNRDYIE ((uint32_t)0x00000010
) 6380 #define SAI_xIMR_AFSDETIE ((uint32_t)0x00000020
) 6381 #define SAI_xIMR_LFSDETIE ((uint32_t)0x00000040
) 6384 #define SAI_xSR_OVRUDR ((uint32_t)0x00000001
) 6385 #define SAI_xSR_MUTEDET ((uint32_t)0x00000002
) 6386 #define SAI_xSR_WCKCFG ((uint32_t)0x00000004
) 6387 #define SAI_xSR_FREQ ((uint32_t)0x00000008
) 6388 #define SAI_xSR_CNRDY ((uint32_t)0x00000010
) 6389 #define SAI_xSR_AFSDET ((uint32_t)0x00000020
) 6390 #define SAI_xSR_LFSDET ((uint32_t)0x00000040
) 6392 #define SAI_xSR_FLVL ((uint32_t)0x00070000
) 6393 #define SAI_xSR_FLVL_0 ((uint32_t)0x00010000
) 6394 #define SAI_xSR_FLVL_1 ((uint32_t)0x00020000
) 6395 #define SAI_xSR_FLVL_2 ((uint32_t)0x00030000
) 6398 #define SAI_xCLRFR_COVRUDR ((uint32_t)0x00000001
) 6399 #define SAI_xCLRFR_CMUTEDET ((uint32_t)0x00000002
) 6400 #define SAI_xCLRFR_CWCKCFG ((uint32_t)0x00000004
) 6401 #define SAI_xCLRFR_CFREQ ((uint32_t)0x00000008
) 6402 #define SAI_xCLRFR_CCNRDY ((uint32_t)0x00000010
) 6403 #define SAI_xCLRFR_CAFSDET ((uint32_t)0x00000020
) 6404 #define SAI_xCLRFR_CLFSDET ((uint32_t)0x00000040
) 6407 #define SAI_xDR_DATA ((uint32_t)0xFFFFFFFF
) 6416 #define SDIO_POWER_PWRCTRL ((uint32_t)0x03
) 6417 #define SDIO_POWER_PWRCTRL_0 ((uint32_t)0x01
) 6418 #define SDIO_POWER_PWRCTRL_1 ((uint32_t)0x02
) 6421 #define SDIO_CLKCR_CLKDIV ((uint32_t)0x00FF
) 6422 #define SDIO_CLKCR_CLKEN ((uint32_t)0x0100
) 6423 #define SDIO_CLKCR_PWRSAV ((uint32_t)0x0200
) 6424 #define SDIO_CLKCR_BYPASS ((uint32_t)0x0400
) 6426 #define SDIO_CLKCR_WIDBUS ((uint32_t)0x1800
) 6427 #define SDIO_CLKCR_WIDBUS_0 ((uint32_t)0x0800
) 6428 #define SDIO_CLKCR_WIDBUS_1 ((uint32_t)0x1000
) 6430 #define SDIO_CLKCR_NEGEDGE ((uint32_t)0x2000
) 6431 #define SDIO_CLKCR_HWFC_EN ((uint32_t)0x4000
) 6434 #define SDIO_ARG_CMDARG ((uint32_t)0xFFFFFFFF
) 6437 #define SDIO_CMD_CMDINDEX ((uint32_t)0x003F
) 6439 #define SDIO_CMD_WAITRESP ((uint32_t)0x00C0
) 6440 #define SDIO_CMD_WAITRESP_0 ((uint32_t)0x0040
) 6441 #define SDIO_CMD_WAITRESP_1 ((uint32_t)0x0080
) 6443 #define SDIO_CMD_WAITINT ((uint32_t)0x0100
) 6444 #define SDIO_CMD_WAITPEND ((uint32_t)0x0200
) 6445 #define SDIO_CMD_CPSMEN ((uint32_t)0x0400
) 6446 #define SDIO_CMD_SDIOSUSPEND ((uint32_t)0x0800
) 6447 #define SDIO_CMD_ENCMDCOMPL ((uint32_t)0x1000
) 6448 #define SDIO_CMD_NIEN ((uint32_t)0x2000
) 6449 #define SDIO_CMD_CEATACMD ((uint32_t)0x4000
) 6452 #define SDIO_RESPCMD_RESPCMD ((uint32_t)0x3F
) 6455 #define SDIO_RESP0_CARDSTATUS0 ((uint32_t)0xFFFFFFFF
) 6458 #define SDIO_RESP1_CARDSTATUS1 ((uint32_t)0xFFFFFFFF
) 6461 #define SDIO_RESP2_CARDSTATUS2 ((uint32_t)0xFFFFFFFF
) 6464 #define SDIO_RESP3_CARDSTATUS3 ((uint32_t)0xFFFFFFFF
) 6467 #define SDIO_RESP4_CARDSTATUS4 ((uint32_t)0xFFFFFFFF
) 6470 #define SDIO_DTIMER_DATATIME ((uint32_t)0xFFFFFFFF
) 6473 #define SDIO_DLEN_DATALENGTH ((uint32_t)0x01FFFFFF
) 6476 #define SDIO_DCTRL_DTEN ((uint32_t)0x0001
) 6477 #define SDIO_DCTRL_DTDIR ((uint32_t)0x0002
) 6478 #define SDIO_DCTRL_DTMODE ((uint32_t)0x0004
) 6479 #define SDIO_DCTRL_DMAEN ((uint32_t)0x0008
) 6481 #define SDIO_DCTRL_DBLOCKSIZE ((uint32_t)0x00F0
) 6482 #define SDIO_DCTRL_DBLOCKSIZE_0 ((uint32_t)0x0010
) 6483 #define SDIO_DCTRL_DBLOCKSIZE_1 ((uint32_t)0x0020
) 6484 #define SDIO_DCTRL_DBLOCKSIZE_2 ((uint32_t)0x0040
) 6485 #define SDIO_DCTRL_DBLOCKSIZE_3 ((uint32_t)0x0080
) 6487 #define SDIO_DCTRL_RWSTART ((uint32_t)0x0100
) 6488 #define SDIO_DCTRL_RWSTOP ((uint32_t)0x0200
) 6489 #define SDIO_DCTRL_RWMOD ((uint32_t)0x0400
) 6490 #define SDIO_DCTRL_SDIOEN ((uint32_t)0x0800
) 6493 #define SDIO_DCOUNT_DATACOUNT ((uint32_t)0x01FFFFFF
) 6496 #define SDIO_STA_CCRCFAIL ((uint32_t)0x00000001
) 6497 #define SDIO_STA_DCRCFAIL ((uint32_t)0x00000002
) 6498 #define SDIO_STA_CTIMEOUT ((uint32_t)0x00000004
) 6499 #define SDIO_STA_DTIMEOUT ((uint32_t)0x00000008
) 6500 #define SDIO_STA_TXUNDERR ((uint32_t)0x00000010
) 6501 #define SDIO_STA_RXOVERR ((uint32_t)0x00000020
) 6502 #define SDIO_STA_CMDREND ((uint32_t)0x00000040
) 6503 #define SDIO_STA_CMDSENT ((uint32_t)0x00000080
) 6504 #define SDIO_STA_DATAEND ((uint32_t)0x00000100
) 6505 #define SDIO_STA_STBITERR ((uint32_t)0x00000200
) 6506 #define SDIO_STA_DBCKEND ((uint32_t)0x00000400
) 6507 #define SDIO_STA_CMDACT ((uint32_t)0x00000800
) 6508 #define SDIO_STA_TXACT ((uint32_t)0x00001000
) 6509 #define SDIO_STA_RXACT ((uint32_t)0x00002000
) 6510 #define SDIO_STA_TXFIFOHE ((uint32_t)0x00004000
) 6511 #define SDIO_STA_RXFIFOHF ((uint32_t)0x00008000
) 6512 #define SDIO_STA_TXFIFOF ((uint32_t)0x00010000
) 6513 #define SDIO_STA_RXFIFOF ((uint32_t)0x00020000
) 6514 #define SDIO_STA_TXFIFOE ((uint32_t)0x00040000
) 6515 #define SDIO_STA_RXFIFOE ((uint32_t)0x00080000
) 6516 #define SDIO_STA_TXDAVL ((uint32_t)0x00100000
) 6517 #define SDIO_STA_RXDAVL ((uint32_t)0x00200000
) 6518 #define SDIO_STA_SDIOIT ((uint32_t)0x00400000
) 6519 #define SDIO_STA_CEATAEND ((uint32_t)0x00800000
) 6522 #define SDIO_ICR_CCRCFAILC ((uint32_t)0x00000001
) 6523 #define SDIO_ICR_DCRCFAILC ((uint32_t)0x00000002
) 6524 #define SDIO_ICR_CTIMEOUTC ((uint32_t)0x00000004
) 6525 #define SDIO_ICR_DTIMEOUTC ((uint32_t)0x00000008
) 6526 #define SDIO_ICR_TXUNDERRC ((uint32_t)0x00000010
) 6527 #define SDIO_ICR_RXOVERRC ((uint32_t)0x00000020
) 6528 #define SDIO_ICR_CMDRENDC ((uint32_t)0x00000040
) 6529 #define SDIO_ICR_CMDSENTC ((uint32_t)0x00000080
) 6530 #define SDIO_ICR_DATAENDC ((uint32_t)0x00000100
) 6531 #define SDIO_ICR_STBITERRC ((uint32_t)0x00000200
) 6532 #define SDIO_ICR_DBCKENDC ((uint32_t)0x00000400
) 6533 #define SDIO_ICR_SDIOITC ((uint32_t)0x00400000
) 6534 #define SDIO_ICR_CEATAENDC ((uint32_t)0x00800000
) 6537 #define SDIO_MASK_CCRCFAILIE ((uint32_t)0x00000001
) 6538 #define SDIO_MASK_DCRCFAILIE ((uint32_t)0x00000002
) 6539 #define SDIO_MASK_CTIMEOUTIE ((uint32_t)0x00000004
) 6540 #define SDIO_MASK_DTIMEOUTIE ((uint32_t)0x00000008
) 6541 #define SDIO_MASK_TXUNDERRIE ((uint32_t)0x00000010
) 6542 #define SDIO_MASK_RXOVERRIE ((uint32_t)0x00000020
) 6543 #define SDIO_MASK_CMDRENDIE ((uint32_t)0x00000040
) 6544 #define SDIO_MASK_CMDSENTIE ((uint32_t)0x00000080
) 6545 #define SDIO_MASK_DATAENDIE ((uint32_t)0x00000100
) 6546 #define SDIO_MASK_STBITERRIE ((uint32_t)0x00000200
) 6547 #define SDIO_MASK_DBCKENDIE ((uint32_t)0x00000400
) 6548 #define SDIO_MASK_CMDACTIE ((uint32_t)0x00000800
) 6549 #define SDIO_MASK_TXACTIE ((uint32_t)0x00001000
) 6550 #define SDIO_MASK_RXACTIE ((uint32_t)0x00002000
) 6551 #define SDIO_MASK_TXFIFOHEIE ((uint32_t)0x00004000
) 6552 #define SDIO_MASK_RXFIFOHFIE ((uint32_t)0x00008000
) 6553 #define SDIO_MASK_TXFIFOFIE ((uint32_t)0x00010000
) 6554 #define SDIO_MASK_RXFIFOFIE ((uint32_t)0x00020000
) 6555 #define SDIO_MASK_TXFIFOEIE ((uint32_t)0x00040000
) 6556 #define SDIO_MASK_RXFIFOEIE ((uint32_t)0x00080000
) 6557 #define SDIO_MASK_TXDAVLIE ((uint32_t)0x00100000
) 6558 #define SDIO_MASK_RXDAVLIE ((uint32_t)0x00200000
) 6559 #define SDIO_MASK_SDIOITIE ((uint32_t)0x00400000
) 6560 #define SDIO_MASK_CEATAENDIE ((uint32_t)0x00800000
) 6563 #define SDIO_FIFOCNT_FIFOCOUNT ((uint32_t)0x00FFFFFF
) 6566 #define SDIO_FIFO_FIFODATA ((uint32_t)0xFFFFFFFF
) 6574 #define SPI_CR1_CPHA ((uint32_t)0x00000001
) 6575 #define SPI_CR1_CPOL ((uint32_t)0x00000002
) 6576 #define SPI_CR1_MSTR ((uint32_t)0x00000004
) 6578 #define SPI_CR1_BR ((uint32_t)0x00000038
) 6579 #define SPI_CR1_BR_0 ((uint32_t)0x00000008
) 6580 #define SPI_CR1_BR_1 ((uint32_t)0x00000010
) 6581 #define SPI_CR1_BR_2 ((uint32_t)0x00000020
) 6583 #define SPI_CR1_SPE ((uint32_t)0x00000040
) 6584 #define SPI_CR1_LSBFIRST ((uint32_t)0x00000080
) 6585 #define SPI_CR1_SSI ((uint32_t)0x00000100
) 6586 #define SPI_CR1_SSM ((uint32_t)0x00000200
) 6587 #define SPI_CR1_RXONLY ((uint32_t)0x00000400
) 6588 #define SPI_CR1_DFF ((uint32_t)0x00000800
) 6589 #define SPI_CR1_CRCNEXT ((uint32_t)0x00001000
) 6590 #define SPI_CR1_CRCEN ((uint32_t)0x00002000
) 6591 #define SPI_CR1_BIDIOE ((uint32_t)0x00004000
) 6592 #define SPI_CR1_BIDIMODE ((uint32_t)0x00008000
) 6595 #define SPI_CR2_RXDMAEN ((uint32_t)0x00000001
) 6596 #define SPI_CR2_TXDMAEN ((uint32_t)0x00000002
) 6597 #define SPI_CR2_SSOE ((uint32_t)0x00000004
) 6598 #define SPI_CR2_FRF ((uint32_t)0x00000010
) 6599 #define SPI_CR2_ERRIE ((uint32_t)0x00000020
) 6600 #define SPI_CR2_RXNEIE ((uint32_t)0x00000040
) 6601 #define SPI_CR2_TXEIE ((uint32_t)0x00000080
) 6604 #define SPI_SR_RXNE ((uint32_t)0x00000001
) 6605 #define SPI_SR_TXE ((uint32_t)0x00000002
) 6606 #define SPI_SR_CHSIDE ((uint32_t)0x00000004
) 6607 #define SPI_SR_UDR ((uint32_t)0x00000008
) 6608 #define SPI_SR_CRCERR ((uint32_t)0x00000010
) 6609 #define SPI_SR_MODF ((uint32_t)0x00000020
) 6610 #define SPI_SR_OVR ((uint32_t)0x00000040
) 6611 #define SPI_SR_BSY ((uint32_t)0x00000080
) 6612 #define SPI_SR_FRE ((uint32_t)0x00000100
) 6615 #define SPI_DR_DR ((uint32_t)0x0000FFFF
) 6618 #define SPI_CRCPR_CRCPOLY ((uint32_t)0x0000FFFF
) 6621 #define SPI_RXCRCR_RXCRC ((uint32_t)0x0000FFFF
) 6624 #define SPI_TXCRCR_TXCRC ((uint32_t)0x0000FFFF
) 6627 #define SPI_I2SCFGR_CHLEN ((uint32_t)0x00000001
) 6629 #define SPI_I2SCFGR_DATLEN ((uint32_t)0x00000006
) 6630 #define SPI_I2SCFGR_DATLEN_0 ((uint32_t)0x00000002
) 6631 #define SPI_I2SCFGR_DATLEN_1 ((uint32_t)0x00000004
) 6633 #define SPI_I2SCFGR_CKPOL ((uint32_t)0x00000008
) 6635 #define SPI_I2SCFGR_I2SSTD ((uint32_t)0x00000030
) 6636 #define SPI_I2SCFGR_I2SSTD_0 ((uint32_t)0x00000010
) 6637 #define SPI_I2SCFGR_I2SSTD_1 ((uint32_t)0x00000020
) 6639 #define SPI_I2SCFGR_PCMSYNC ((uint32_t)0x00000080
) 6641 #define SPI_I2SCFGR_I2SCFG ((uint32_t)0x00000300
) 6642 #define SPI_I2SCFGR_I2SCFG_0 ((uint32_t)0x00000100
) 6643 #define SPI_I2SCFGR_I2SCFG_1 ((uint32_t)0x00000200
) 6645 #define SPI_I2SCFGR_I2SE ((uint32_t)0x00000400
) 6646 #define SPI_I2SCFGR_I2SMOD ((uint32_t)0x00000800
) 6649 #define SPI_I2SPR_I2SDIV ((uint32_t)0x000000FF
) 6650 #define SPI_I2SPR_ODD ((uint32_t)0x00000100
) 6651 #define SPI_I2SPR_MCKOE ((uint32_t)0x00000200
) 6659 #define SYSCFG_MEMRMP_MEM_MODE ((uint32_t)0x00000007
) 6660 #define SYSCFG_MEMRMP_MEM_MODE_0 ((uint32_t)0x00000001
) 6661 #define SYSCFG_MEMRMP_MEM_MODE_1 ((uint32_t)0x00000002
) 6662 #define SYSCFG_MEMRMP_MEM_MODE_2 ((uint32_t)0x00000004
) 6664 #define SYSCFG_MEMRMP_UFB_MODE ((uint32_t)0x00000100
) 6665 #define SYSCFG_SWP_FMC ((uint32_t)0x00000C00
) 6668 #define SYSCFG_PMC_ADCxDC2 ((uint32_t)0x00070000
) 6669 #define SYSCFG_PMC_ADC1DC2 ((uint32_t)0x00010000
) 6670 #define SYSCFG_PMC_ADC2DC2 ((uint32_t)0x00020000
) 6671 #define SYSCFG_PMC_ADC3DC2 ((uint32_t)0x00040000
) 6673 #define SYSCFG_PMC_MII_RMII_SEL ((uint32_t)0x00800000
) 6678 #define SYSCFG_EXTICR1_EXTI0 ((uint32_t)0x000F
) 6679 #define SYSCFG_EXTICR1_EXTI1 ((uint32_t)0x00F0
) 6680 #define SYSCFG_EXTICR1_EXTI2 ((uint32_t)0x0F00
) 6681 #define SYSCFG_EXTICR1_EXTI3 ((uint32_t)0xF000
) 6685 #define SYSCFG_EXTICR1_EXTI0_PA ((uint32_t)0x0000
) 6686 #define SYSCFG_EXTICR1_EXTI0_PB ((uint32_t)0x0001
) 6687 #define SYSCFG_EXTICR1_EXTI0_PC ((uint32_t)0x0002
) 6688 #define SYSCFG_EXTICR1_EXTI0_PD ((uint32_t)0x0003
) 6689 #define SYSCFG_EXTICR1_EXTI0_PE ((uint32_t)0x0004
) 6690 #define SYSCFG_EXTICR1_EXTI0_PF ((uint32_t)0x0005
) 6691 #define SYSCFG_EXTICR1_EXTI0_PG ((uint32_t)0x0006
) 6692 #define SYSCFG_EXTICR1_EXTI0_PH ((uint32_t)0x0007
) 6693 #define SYSCFG_EXTICR1_EXTI0_PI ((uint32_t)0x0008
) 6694 #define SYSCFG_EXTICR1_EXTI0_PJ ((uint32_t)0x0009
) 6695 #define SYSCFG_EXTICR1_EXTI0_PK ((uint32_t)0x000A
) 6700 #define SYSCFG_EXTICR1_EXTI1_PA ((uint32_t)0x0000
) 6701 #define SYSCFG_EXTICR1_EXTI1_PB ((uint32_t)0x0010
) 6702 #define SYSCFG_EXTICR1_EXTI1_PC ((uint32_t)0x0020
) 6703 #define SYSCFG_EXTICR1_EXTI1_PD ((uint32_t)0x0030
) 6704 #define SYSCFG_EXTICR1_EXTI1_PE ((uint32_t)0x0040
) 6705 #define SYSCFG_EXTICR1_EXTI1_PF ((uint32_t)0x0050
) 6706 #define SYSCFG_EXTICR1_EXTI1_PG ((uint32_t)0x0060
) 6707 #define SYSCFG_EXTICR1_EXTI1_PH ((uint32_t)0x0070
) 6708 #define SYSCFG_EXTICR1_EXTI1_PI ((uint32_t)0x0080
) 6709 #define SYSCFG_EXTICR1_EXTI1_PJ ((uint32_t)0x0090
) 6710 #define SYSCFG_EXTICR1_EXTI1_PK ((uint32_t)0x00A0
) 6716 #define SYSCFG_EXTICR1_EXTI2_PA ((uint32_t)0x0000
) 6717 #define SYSCFG_EXTICR1_EXTI2_PB ((uint32_t)0x0100
) 6718 #define SYSCFG_EXTICR1_EXTI2_PC ((uint32_t)0x0200
) 6719 #define SYSCFG_EXTICR1_EXTI2_PD ((uint32_t)0x0300
) 6720 #define SYSCFG_EXTICR1_EXTI2_PE ((uint32_t)0x0400
) 6721 #define SYSCFG_EXTICR1_EXTI2_PF ((uint32_t)0x0500
) 6722 #define SYSCFG_EXTICR1_EXTI2_PG ((uint32_t)0x0600
) 6723 #define SYSCFG_EXTICR1_EXTI2_PH ((uint32_t)0x0700
) 6724 #define SYSCFG_EXTICR1_EXTI2_PI ((uint32_t)0x0800
) 6725 #define SYSCFG_EXTICR1_EXTI2_PJ ((uint32_t)0x0900
) 6726 #define SYSCFG_EXTICR1_EXTI2_PK ((uint32_t)0x0A00
) 6732 #define SYSCFG_EXTICR1_EXTI3_PA ((uint32_t)0x0000
) 6733 #define SYSCFG_EXTICR1_EXTI3_PB ((uint32_t)0x1000
) 6734 #define SYSCFG_EXTICR1_EXTI3_PC ((uint32_t)0x2000
) 6735 #define SYSCFG_EXTICR1_EXTI3_PD ((uint32_t)0x3000
) 6736 #define SYSCFG_EXTICR1_EXTI3_PE ((uint32_t)0x4000
) 6737 #define SYSCFG_EXTICR1_EXTI3_PF ((uint32_t)0x5000
) 6738 #define SYSCFG_EXTICR1_EXTI3_PG ((uint32_t)0x6000
) 6739 #define SYSCFG_EXTICR1_EXTI3_PH ((uint32_t)0x7000
) 6740 #define SYSCFG_EXTICR1_EXTI3_PI ((uint32_t)0x8000
) 6741 #define SYSCFG_EXTICR1_EXTI3_PJ ((uint32_t)0x9000
) 6742 #define SYSCFG_EXTICR1_EXTI3_PK ((uint32_t)0xA000
) 6746 #define SYSCFG_EXTICR2_EXTI4 ((uint32_t)0x000F
) 6747 #define SYSCFG_EXTICR2_EXTI5 ((uint32_t)0x00F0
) 6748 #define SYSCFG_EXTICR2_EXTI6 ((uint32_t)0x0F00
) 6749 #define SYSCFG_EXTICR2_EXTI7 ((uint32_t)0xF000
) 6753 #define SYSCFG_EXTICR2_EXTI4_PA ((uint32_t)0x0000
) 6754 #define SYSCFG_EXTICR2_EXTI4_PB ((uint32_t)0x0001
) 6755 #define SYSCFG_EXTICR2_EXTI4_PC ((uint32_t)0x0002
) 6756 #define SYSCFG_EXTICR2_EXTI4_PD ((uint32_t)0x0003
) 6757 #define SYSCFG_EXTICR2_EXTI4_PE ((uint32_t)0x0004
) 6758 #define SYSCFG_EXTICR2_EXTI4_PF ((uint32_t)0x0005
) 6759 #define SYSCFG_EXTICR2_EXTI4_PG ((uint32_t)0x0006
) 6760 #define SYSCFG_EXTICR2_EXTI4_PH ((uint32_t)0x0007
) 6761 #define SYSCFG_EXTICR2_EXTI4_PI ((uint32_t)0x0008
) 6762 #define SYSCFG_EXTICR2_EXTI4_PJ ((uint32_t)0x0009
) 6763 #define SYSCFG_EXTICR2_EXTI4_PK ((uint32_t)0x000A
) 6768 #define SYSCFG_EXTICR2_EXTI5_PA ((uint32_t)0x0000
) 6769 #define SYSCFG_EXTICR2_EXTI5_PB ((uint32_t)0x0010
) 6770 #define SYSCFG_EXTICR2_EXTI5_PC ((uint32_t)0x0020
) 6771 #define SYSCFG_EXTICR2_EXTI5_PD ((uint32_t)0x0030
) 6772 #define SYSCFG_EXTICR2_EXTI5_PE ((uint32_t)0x0040
) 6773 #define SYSCFG_EXTICR2_EXTI5_PF ((uint32_t)0x0050
) 6774 #define SYSCFG_EXTICR2_EXTI5_PG ((uint32_t)0x0060
) 6775 #define SYSCFG_EXTICR2_EXTI5_PH ((uint32_t)0x0070
) 6776 #define SYSCFG_EXTICR2_EXTI5_PI ((uint32_t)0x0080
) 6777 #define SYSCFG_EXTICR2_EXTI5_PJ ((uint32_t)0x0090
) 6778 #define SYSCFG_EXTICR2_EXTI5_PK ((uint32_t)0x00A0
) 6783 #define SYSCFG_EXTICR2_EXTI6_PA ((uint32_t)0x0000
) 6784 #define SYSCFG_EXTICR2_EXTI6_PB ((uint32_t)0x0100
) 6785 #define SYSCFG_EXTICR2_EXTI6_PC ((uint32_t)0x0200
) 6786 #define SYSCFG_EXTICR2_EXTI6_PD ((uint32_t)0x0300
) 6787 #define SYSCFG_EXTICR2_EXTI6_PE ((uint32_t)0x0400
) 6788 #define SYSCFG_EXTICR2_EXTI6_PF ((uint32_t)0x0500
) 6789 #define SYSCFG_EXTICR2_EXTI6_PG ((uint32_t)0x0600
) 6790 #define SYSCFG_EXTICR2_EXTI6_PH ((uint32_t)0x0700
) 6791 #define SYSCFG_EXTICR2_EXTI6_PI ((uint32_t)0x0800
) 6792 #define SYSCFG_EXTICR2_EXTI6_PJ ((uint32_t)0x0900
) 6793 #define SYSCFG_EXTICR2_EXTI6_PK ((uint32_t)0x0A00
) 6799 #define SYSCFG_EXTICR2_EXTI7_PA ((uint32_t)0x0000
) 6800 #define SYSCFG_EXTICR2_EXTI7_PB ((uint32_t)0x1000
) 6801 #define SYSCFG_EXTICR2_EXTI7_PC ((uint32_t)0x2000
) 6802 #define SYSCFG_EXTICR2_EXTI7_PD ((uint32_t)0x3000
) 6803 #define SYSCFG_EXTICR2_EXTI7_PE ((uint32_t)0x4000
) 6804 #define SYSCFG_EXTICR2_EXTI7_PF ((uint32_t)0x5000
) 6805 #define SYSCFG_EXTICR2_EXTI7_PG ((uint32_t)0x6000
) 6806 #define SYSCFG_EXTICR2_EXTI7_PH ((uint32_t)0x7000
) 6807 #define SYSCFG_EXTICR2_EXTI7_PI ((uint32_t)0x8000
) 6808 #define SYSCFG_EXTICR2_EXTI7_PJ ((uint32_t)0x9000
) 6809 #define SYSCFG_EXTICR2_EXTI7_PK ((uint32_t)0xA000
) 6812 #define SYSCFG_EXTICR3_EXTI8 ((uint32_t)0x000F
) 6813 #define SYSCFG_EXTICR3_EXTI9 ((uint32_t)0x00F0
) 6814 #define SYSCFG_EXTICR3_EXTI10 ((uint32_t)0x0F00
) 6815 #define SYSCFG_EXTICR3_EXTI11 ((uint32_t)0xF000
) 6820 #define SYSCFG_EXTICR3_EXTI8_PA ((uint32_t)0x0000
) 6821 #define SYSCFG_EXTICR3_EXTI8_PB ((uint32_t)0x0001
) 6822 #define SYSCFG_EXTICR3_EXTI8_PC ((uint32_t)0x0002
) 6823 #define SYSCFG_EXTICR3_EXTI8_PD ((uint32_t)0x0003
) 6824 #define SYSCFG_EXTICR3_EXTI8_PE ((uint32_t)0x0004
) 6825 #define SYSCFG_EXTICR3_EXTI8_PF ((uint32_t)0x0005
) 6826 #define SYSCFG_EXTICR3_EXTI8_PG ((uint32_t)0x0006
) 6827 #define SYSCFG_EXTICR3_EXTI8_PH ((uint32_t)0x0007
) 6828 #define SYSCFG_EXTICR3_EXTI8_PI ((uint32_t)0x0008
) 6829 #define SYSCFG_EXTICR3_EXTI8_PJ ((uint32_t)0x0009
) 6834 #define SYSCFG_EXTICR3_EXTI9_PA ((uint32_t)0x0000
) 6835 #define SYSCFG_EXTICR3_EXTI9_PB ((uint32_t)0x0010
) 6836 #define SYSCFG_EXTICR3_EXTI9_PC ((uint32_t)0x0020
) 6837 #define SYSCFG_EXTICR3_EXTI9_PD ((uint32_t)0x0030
) 6838 #define SYSCFG_EXTICR3_EXTI9_PE ((uint32_t)0x0040
) 6839 #define SYSCFG_EXTICR3_EXTI9_PF ((uint32_t)0x0050
) 6840 #define SYSCFG_EXTICR3_EXTI9_PG ((uint32_t)0x0060
) 6841 #define SYSCFG_EXTICR3_EXTI9_PH ((uint32_t)0x0070
) 6842 #define SYSCFG_EXTICR3_EXTI9_PI ((uint32_t)0x0080
) 6843 #define SYSCFG_EXTICR3_EXTI9_PJ ((uint32_t)0x0090
) 6849 #define SYSCFG_EXTICR3_EXTI10_PA ((uint32_t)0x0000
) 6850 #define SYSCFG_EXTICR3_EXTI10_PB ((uint32_t)0x0100
) 6851 #define SYSCFG_EXTICR3_EXTI10_PC ((uint32_t)0x0200
) 6852 #define SYSCFG_EXTICR3_EXTI10_PD ((uint32_t)0x0300
) 6853 #define SYSCFG_EXTICR3_EXTI10_PE ((uint32_t)0x0400
) 6854 #define SYSCFG_EXTICR3_EXTI10_PF ((uint32_t)0x0500
) 6855 #define SYSCFG_EXTICR3_EXTI10_PG ((uint32_t)0x0600
) 6856 #define SYSCFG_EXTICR3_EXTI10_PH ((uint32_t)0x0700
) 6857 #define SYSCFG_EXTICR3_EXTI10_PI ((uint32_t)0x0800
) 6858 #define SYSCFG_EXTICR3_EXTI10_PJ ((uint32_t)0x0900
) 6864 #define SYSCFG_EXTICR3_EXTI11_PA ((uint32_t)0x0000
) 6865 #define SYSCFG_EXTICR3_EXTI11_PB ((uint32_t)0x1000
) 6866 #define SYSCFG_EXTICR3_EXTI11_PC ((uint32_t)0x2000
) 6867 #define SYSCFG_EXTICR3_EXTI11_PD ((uint32_t)0x3000
) 6868 #define SYSCFG_EXTICR3_EXTI11_PE ((uint32_t)0x4000
) 6869 #define SYSCFG_EXTICR3_EXTI11_PF ((uint32_t)0x5000
) 6870 #define SYSCFG_EXTICR3_EXTI11_PG ((uint32_t)0x6000
) 6871 #define SYSCFG_EXTICR3_EXTI11_PH ((uint32_t)0x7000
) 6872 #define SYSCFG_EXTICR3_EXTI11_PI ((uint32_t)0x8000
) 6873 #define SYSCFG_EXTICR3_EXTI11_PJ ((uint32_t)0x9000
) 6877 #define SYSCFG_EXTICR4_EXTI12 ((uint32_t)0x000F
) 6878 #define SYSCFG_EXTICR4_EXTI13 ((uint32_t)0x00F0
) 6879 #define SYSCFG_EXTICR4_EXTI14 ((uint32_t)0x0F00
) 6880 #define SYSCFG_EXTICR4_EXTI15 ((uint32_t)0xF000
) 6884 #define SYSCFG_EXTICR4_EXTI12_PA ((uint32_t)0x0000
) 6885 #define SYSCFG_EXTICR4_EXTI12_PB ((uint32_t)0x0001
) 6886 #define SYSCFG_EXTICR4_EXTI12_PC ((uint32_t)0x0002
) 6887 #define SYSCFG_EXTICR4_EXTI12_PD ((uint32_t)0x0003
) 6888 #define SYSCFG_EXTICR4_EXTI12_PE ((uint32_t)0x0004
) 6889 #define SYSCFG_EXTICR4_EXTI12_PF ((uint32_t)0x0005
) 6890 #define SYSCFG_EXTICR4_EXTI12_PG ((uint32_t)0x0006
) 6891 #define SYSCFG_EXTICR4_EXTI12_PH ((uint32_t)0x0007
) 6892 #define SYSCFG_EXTICR4_EXTI12_PI ((uint32_t)0x0008
) 6893 #define SYSCFG_EXTICR4_EXTI12_PJ ((uint32_t)0x0009
) 6899 #define SYSCFG_EXTICR4_EXTI13_PA ((uint32_t)0x0000
) 6900 #define SYSCFG_EXTICR4_EXTI13_PB ((uint32_t)0x0010
) 6901 #define SYSCFG_EXTICR4_EXTI13_PC ((uint32_t)0x0020
) 6902 #define SYSCFG_EXTICR4_EXTI13_PD ((uint32_t)0x0030
) 6903 #define SYSCFG_EXTICR4_EXTI13_PE ((uint32_t)0x0040
) 6904 #define SYSCFG_EXTICR4_EXTI13_PF ((uint32_t)0x0050
) 6905 #define SYSCFG_EXTICR4_EXTI13_PG ((uint32_t)0x0060
) 6906 #define SYSCFG_EXTICR4_EXTI13_PH ((uint32_t)0x0070
) 6907 #define SYSCFG_EXTICR4_EXTI13_PI ((uint32_t)0x0008
) 6908 #define SYSCFG_EXTICR4_EXTI13_PJ ((uint32_t)0x0009
) 6914 #define SYSCFG_EXTICR4_EXTI14_PA ((uint32_t)0x0000
) 6915 #define SYSCFG_EXTICR4_EXTI14_PB ((uint32_t)0x0100
) 6916 #define SYSCFG_EXTICR4_EXTI14_PC ((uint32_t)0x0200
) 6917 #define SYSCFG_EXTICR4_EXTI14_PD ((uint32_t)0x0300
) 6918 #define SYSCFG_EXTICR4_EXTI14_PE ((uint32_t)0x0400
) 6919 #define SYSCFG_EXTICR4_EXTI14_PF ((uint32_t)0x0500
) 6920 #define SYSCFG_EXTICR4_EXTI14_PG ((uint32_t)0x0600
) 6921 #define SYSCFG_EXTICR4_EXTI14_PH ((uint32_t)0x0700
) 6922 #define SYSCFG_EXTICR4_EXTI14_PI ((uint32_t)0x0800
) 6923 #define SYSCFG_EXTICR4_EXTI14_PJ ((uint32_t)0x0900
) 6929 #define SYSCFG_EXTICR4_EXTI15_PA ((uint32_t)0x0000
) 6930 #define SYSCFG_EXTICR4_EXTI15_PB ((uint32_t)0x1000
) 6931 #define SYSCFG_EXTICR4_EXTI15_PC ((uint32_t)0x2000
) 6932 #define SYSCFG_EXTICR4_EXTI15_PD ((uint32_t)0x3000
) 6933 #define SYSCFG_EXTICR4_EXTI15_PE ((uint32_t)0x4000
) 6934 #define SYSCFG_EXTICR4_EXTI15_PF ((uint32_t)0x5000
) 6935 #define SYSCFG_EXTICR4_EXTI15_PG ((uint32_t)0x6000
) 6936 #define SYSCFG_EXTICR4_EXTI15_PH ((uint32_t)0x7000
) 6937 #define SYSCFG_EXTICR4_EXTI15_PI ((uint32_t)0x8000
) 6938 #define SYSCFG_EXTICR4_EXTI15_PJ ((uint32_t)0x9000
) 6941 #define SYSCFG_CMPCR_CMP_PD ((uint32_t)0x00000001
) 6942 #define SYSCFG_CMPCR_READY ((uint32_t)0x00000100
) 6950 #define TIM_CR1_CEN ((uint32_t)0x0001
) 6951 #define TIM_CR1_UDIS ((uint32_t)0x0002
) 6952 #define TIM_CR1_URS ((uint32_t)0x0004
) 6953 #define TIM_CR1_OPM ((uint32_t)0x0008
) 6954 #define TIM_CR1_DIR ((uint32_t)0x0010
) 6956 #define TIM_CR1_CMS ((uint32_t)0x0060
) 6957 #define TIM_CR1_CMS_0 ((uint32_t)0x0020
) 6958 #define TIM_CR1_CMS_1 ((uint32_t)0x0040
) 6960 #define TIM_CR1_ARPE ((uint32_t)0x0080
) 6962 #define TIM_CR1_CKD ((uint32_t)0x0300
) 6963 #define TIM_CR1_CKD_0 ((uint32_t)0x0100
) 6964 #define TIM_CR1_CKD_1 ((uint32_t)0x0200
) 6967 #define TIM_CR2_CCPC ((uint32_t)0x0001
) 6968 #define TIM_CR2_CCUS ((uint32_t)0x0004
) 6969 #define TIM_CR2_CCDS ((uint32_t)0x0008
) 6971 #define TIM_CR2_MMS ((uint32_t)0x0070
) 6972 #define TIM_CR2_MMS_0 ((uint32_t)0x0010
) 6973 #define TIM_CR2_MMS_1 ((uint32_t)0x0020
) 6974 #define TIM_CR2_MMS_2 ((uint32_t)0x0040
) 6976 #define TIM_CR2_TI1S ((uint32_t)0x0080
) 6977 #define TIM_CR2_OIS1 ((uint32_t)0x0100
) 6978 #define TIM_CR2_OIS1N ((uint32_t)0x0200
) 6979 #define TIM_CR2_OIS2 ((uint32_t)0x0400
) 6980 #define TIM_CR2_OIS2N ((uint32_t)0x0800
) 6981 #define TIM_CR2_OIS3 ((uint32_t)0x1000
) 6982 #define TIM_CR2_OIS3N ((uint32_t)0x2000
) 6983 #define TIM_CR2_OIS4 ((uint32_t)0x4000
) 6986 #define TIM_SMCR_SMS ((uint32_t)0x0007
) 6987 #define TIM_SMCR_SMS_0 ((uint32_t)0x0001
) 6988 #define TIM_SMCR_SMS_1 ((uint32_t)0x0002
) 6989 #define TIM_SMCR_SMS_2 ((uint32_t)0x0004
) 6991 #define TIM_SMCR_TS ((uint32_t)0x0070
) 6992 #define TIM_SMCR_TS_0 ((uint32_t)0x0010
) 6993 #define TIM_SMCR_TS_1 ((uint32_t)0x0020
) 6994 #define TIM_SMCR_TS_2 ((uint32_t)0x0040
) 6996 #define TIM_SMCR_MSM ((uint32_t)0x0080
) 6998 #define TIM_SMCR_ETF ((uint32_t)0x0F00
) 6999 #define TIM_SMCR_ETF_0 ((uint32_t)0x0100
) 7000 #define TIM_SMCR_ETF_1 ((uint32_t)0x0200
) 7001 #define TIM_SMCR_ETF_2 ((uint32_t)0x0400
) 7002 #define TIM_SMCR_ETF_3 ((uint32_t)0x0800
) 7004 #define TIM_SMCR_ETPS ((uint32_t)0x3000
) 7005 #define TIM_SMCR_ETPS_0 ((uint32_t)0x1000
) 7006 #define TIM_SMCR_ETPS_1 ((uint32_t)0x2000
) 7008 #define TIM_SMCR_ECE ((uint32_t)0x4000
) 7009 #define TIM_SMCR_ETP ((uint32_t)0x8000
) 7012 #define TIM_DIER_UIE ((uint32_t)0x0001
) 7013 #define TIM_DIER_CC1IE ((uint32_t)0x0002
) 7014 #define TIM_DIER_CC2IE ((uint32_t)0x0004
) 7015 #define TIM_DIER_CC3IE ((uint32_t)0x0008
) 7016 #define TIM_DIER_CC4IE ((uint32_t)0x0010
) 7017 #define TIM_DIER_COMIE ((uint32_t)0x0020
) 7018 #define TIM_DIER_TIE ((uint32_t)0x0040
) 7019 #define TIM_DIER_BIE ((uint32_t)0x0080
) 7020 #define TIM_DIER_UDE ((uint32_t)0x0100
) 7021 #define TIM_DIER_CC1DE ((uint32_t)0x0200
) 7022 #define TIM_DIER_CC2DE ((uint32_t)0x0400
) 7023 #define TIM_DIER_CC3DE ((uint32_t)0x0800
) 7024 #define TIM_DIER_CC4DE ((uint32_t)0x1000
) 7025 #define TIM_DIER_COMDE ((uint32_t)0x2000
) 7026 #define TIM_DIER_TDE ((uint32_t)0x4000
) 7029 #define TIM_SR_UIF ((uint32_t)0x0001
) 7030 #define TIM_SR_CC1IF ((uint32_t)0x0002
) 7031 #define TIM_SR_CC2IF ((uint32_t)0x0004
) 7032 #define TIM_SR_CC3IF ((uint32_t)0x0008
) 7033 #define TIM_SR_CC4IF ((uint32_t)0x0010
) 7034 #define TIM_SR_COMIF ((uint32_t)0x0020
) 7035 #define TIM_SR_TIF ((uint32_t)0x0040
) 7036 #define TIM_SR_BIF ((uint32_t)0x0080
) 7037 #define TIM_SR_CC1OF ((uint32_t)0x0200
) 7038 #define TIM_SR_CC2OF ((uint32_t)0x0400
) 7039 #define TIM_SR_CC3OF ((uint32_t)0x0800
) 7040 #define TIM_SR_CC4OF ((uint32_t)0x1000
) 7043 #define TIM_EGR_UG ((uint32_t)0x01
) 7044 #define TIM_EGR_CC1G ((uint32_t)0x02
) 7045 #define TIM_EGR_CC2G ((uint32_t)0x04
) 7046 #define TIM_EGR_CC3G ((uint32_t)0x08
) 7047 #define TIM_EGR_CC4G ((uint32_t)0x10
) 7048 #define TIM_EGR_COMG ((uint32_t)0x20
) 7049 #define TIM_EGR_TG ((uint32_t)0x40
) 7050 #define TIM_EGR_BG ((uint32_t)0x80
) 7053 #define TIM_CCMR1_CC1S ((uint32_t)0x0003
) 7054 #define TIM_CCMR1_CC1S_0 ((uint32_t)0x0001
) 7055 #define TIM_CCMR1_CC1S_1 ((uint32_t)0x0002
) 7057 #define TIM_CCMR1_OC1FE ((uint32_t)0x0004
) 7058 #define TIM_CCMR1_OC1PE ((uint32_t)0x0008
) 7060 #define TIM_CCMR1_OC1M ((uint32_t)0x0070
) 7061 #define TIM_CCMR1_OC1M_0 ((uint32_t)0x0010
) 7062 #define TIM_CCMR1_OC1M_1 ((uint32_t)0x0020
) 7063 #define TIM_CCMR1_OC1M_2 ((uint32_t)0x0040
) 7065 #define TIM_CCMR1_OC1CE ((uint32_t)0x0080
) 7067 #define TIM_CCMR1_CC2S ((uint32_t)0x0300
) 7068 #define TIM_CCMR1_CC2S_0 ((uint32_t)0x0100
) 7069 #define TIM_CCMR1_CC2S_1 ((uint32_t)0x0200
) 7071 #define TIM_CCMR1_OC2FE ((uint32_t)0x0400
) 7072 #define TIM_CCMR1_OC2PE ((uint32_t)0x0800
) 7074 #define TIM_CCMR1_OC2M ((uint32_t)0x7000
) 7075 #define TIM_CCMR1_OC2M_0 ((uint32_t)0x1000
) 7076 #define TIM_CCMR1_OC2M_1 ((uint32_t)0x2000
) 7077 #define TIM_CCMR1_OC2M_2 ((uint32_t)0x4000
) 7079 #define TIM_CCMR1_OC2CE ((uint32_t)0x8000
) 7083 #define TIM_CCMR1_IC1PSC ((uint32_t)0x000C
) 7084 #define TIM_CCMR1_IC1PSC_0 ((uint32_t)0x0004
) 7085 #define TIM_CCMR1_IC1PSC_1 ((uint32_t)0x0008
) 7087 #define TIM_CCMR1_IC1F ((uint32_t)0x00F0
) 7088 #define TIM_CCMR1_IC1F_0 ((uint32_t)0x0010
) 7089 #define TIM_CCMR1_IC1F_1 ((uint32_t)0x0020
) 7090 #define TIM_CCMR1_IC1F_2 ((uint32_t)0x0040
) 7091 #define TIM_CCMR1_IC1F_3 ((uint32_t)0x0080
) 7093 #define TIM_CCMR1_IC2PSC ((uint32_t)0x0C00
) 7094 #define TIM_CCMR1_IC2PSC_0 ((uint32_t)0x0400
) 7095 #define TIM_CCMR1_IC2PSC_1 ((uint32_t)0x0800
) 7097 #define TIM_CCMR1_IC2F ((uint32_t)0xF000
) 7098 #define TIM_CCMR1_IC2F_0 ((uint32_t)0x1000
) 7099 #define TIM_CCMR1_IC2F_1 ((uint32_t)0x2000
) 7100 #define TIM_CCMR1_IC2F_2 ((uint32_t)0x4000
) 7101 #define TIM_CCMR1_IC2F_3 ((uint32_t)0x8000
) 7104 #define TIM_CCMR2_CC3S ((uint32_t)0x0003
) 7105 #define TIM_CCMR2_CC3S_0 ((uint32_t)0x0001
) 7106 #define TIM_CCMR2_CC3S_1 ((uint32_t)0x0002
) 7108 #define TIM_CCMR2_OC3FE ((uint32_t)0x0004
) 7109 #define TIM_CCMR2_OC3PE ((uint32_t)0x0008
) 7111 #define TIM_CCMR2_OC3M ((uint32_t)0x0070
) 7112 #define TIM_CCMR2_OC3M_0 ((uint32_t)0x0010
) 7113 #define TIM_CCMR2_OC3M_1 ((uint32_t)0x0020
) 7114 #define TIM_CCMR2_OC3M_2 ((uint32_t)0x0040
) 7116 #define TIM_CCMR2_OC3CE ((uint32_t)0x0080
) 7118 #define TIM_CCMR2_CC4S ((uint32_t)0x0300
) 7119 #define TIM_CCMR2_CC4S_0 ((uint32_t)0x0100
) 7120 #define TIM_CCMR2_CC4S_1 ((uint32_t)0x0200
) 7122 #define TIM_CCMR2_OC4FE ((uint32_t)0x0400
) 7123 #define TIM_CCMR2_OC4PE ((uint32_t)0x0800
) 7125 #define TIM_CCMR2_OC4M ((uint32_t)0x7000
) 7126 #define TIM_CCMR2_OC4M_0 ((uint32_t)0x1000
) 7127 #define TIM_CCMR2_OC4M_1 ((uint32_t)0x2000
) 7128 #define TIM_CCMR2_OC4M_2 ((uint32_t)0x4000
) 7130 #define TIM_CCMR2_OC4CE ((uint32_t)0x8000
) 7134 #define TIM_CCMR2_IC3PSC ((uint32_t)0x000C
) 7135 #define TIM_CCMR2_IC3PSC_0 ((uint32_t)0x0004
) 7136 #define TIM_CCMR2_IC3PSC_1 ((uint32_t)0x0008
) 7138 #define TIM_CCMR2_IC3F ((uint32_t)0x00F0
) 7139 #define TIM_CCMR2_IC3F_0 ((uint32_t)0x0010
) 7140 #define TIM_CCMR2_IC3F_1 ((uint32_t)0x0020
) 7141 #define TIM_CCMR2_IC3F_2 ((uint32_t)0x0040
) 7142 #define TIM_CCMR2_IC3F_3 ((uint32_t)0x0080
) 7144 #define TIM_CCMR2_IC4PSC ((uint32_t)0x0C00
) 7145 #define TIM_CCMR2_IC4PSC_0 ((uint32_t)0x0400
) 7146 #define TIM_CCMR2_IC4PSC_1 ((uint32_t)0x0800
) 7148 #define TIM_CCMR2_IC4F ((uint32_t)0xF000
) 7149 #define TIM_CCMR2_IC4F_0 ((uint32_t)0x1000
) 7150 #define TIM_CCMR2_IC4F_1 ((uint32_t)0x2000
) 7151 #define TIM_CCMR2_IC4F_2 ((uint32_t)0x4000
) 7152 #define TIM_CCMR2_IC4F_3 ((uint32_t)0x8000
) 7155 #define TIM_CCER_CC1E ((uint32_t)0x0001
) 7156 #define TIM_CCER_CC1P ((uint32_t)0x0002
) 7157 #define TIM_CCER_CC1NE ((uint32_t)0x0004
) 7158 #define TIM_CCER_CC1NP ((uint32_t)0x0008
) 7159 #define TIM_CCER_CC2E ((uint32_t)0x0010
) 7160 #define TIM_CCER_CC2P ((uint32_t)0x0020
) 7161 #define TIM_CCER_CC2NE ((uint32_t)0x0040
) 7162 #define TIM_CCER_CC2NP ((uint32_t)0x0080
) 7163 #define TIM_CCER_CC3E ((uint32_t)0x0100
) 7164 #define TIM_CCER_CC3P ((uint32_t)0x0200
) 7165 #define TIM_CCER_CC3NE ((uint32_t)0x0400
) 7166 #define TIM_CCER_CC3NP ((uint32_t)0x0800
) 7167 #define TIM_CCER_CC4E ((uint32_t)0x1000
) 7168 #define TIM_CCER_CC4P ((uint32_t)0x2000
) 7169 #define TIM_CCER_CC4NP ((uint32_t)0x8000
) 7172 #define TIM_CNT_CNT ((uint32_t)0xFFFF
) 7175 #define TIM_PSC_PSC ((uint32_t)0xFFFF
) 7178 #define TIM_ARR_ARR ((uint32_t)0xFFFF
) 7181 #define TIM_RCR_REP ((uint32_t)0xFF
) 7184 #define TIM_CCR1_CCR1 ((uint32_t)0xFFFF
) 7187 #define TIM_CCR2_CCR2 ((uint32_t)0xFFFF
) 7190 #define TIM_CCR3_CCR3 ((uint32_t)0xFFFF
) 7193 #define TIM_CCR4_CCR4 ((uint32_t)0xFFFF
) 7196 #define TIM_BDTR_DTG ((uint32_t)0x00FF
) 7197 #define TIM_BDTR_DTG_0 ((uint32_t)0x0001
) 7198 #define TIM_BDTR_DTG_1 ((uint32_t)0x0002
) 7199 #define TIM_BDTR_DTG_2 ((uint32_t)0x0004
) 7200 #define TIM_BDTR_DTG_3 ((uint32_t)0x0008
) 7201 #define TIM_BDTR_DTG_4 ((uint32_t)0x0010
) 7202 #define TIM_BDTR_DTG_5 ((uint32_t)0x0020
) 7203 #define TIM_BDTR_DTG_6 ((uint32_t)0x0040
) 7204 #define TIM_BDTR_DTG_7 ((uint32_t)0x0080
) 7206 #define TIM_BDTR_LOCK ((uint32_t)0x0300
) 7207 #define TIM_BDTR_LOCK_0 ((uint32_t)0x0100
) 7208 #define TIM_BDTR_LOCK_1 ((uint32_t)0x0200
) 7210 #define TIM_BDTR_OSSI ((uint32_t)0x0400
) 7211 #define TIM_BDTR_OSSR ((uint32_t)0x0800
) 7212 #define TIM_BDTR_BKE ((uint32_t)0x1000
) 7213 #define TIM_BDTR_BKP ((uint32_t)0x2000
) 7214 #define TIM_BDTR_AOE ((uint32_t)0x4000
) 7215 #define TIM_BDTR_MOE ((uint32_t)0x8000
) 7218 #define TIM_DCR_DBA ((uint32_t)0x001F
) 7219 #define TIM_DCR_DBA_0 ((uint32_t)0x0001
) 7220 #define TIM_DCR_DBA_1 ((uint32_t)0x0002
) 7221 #define TIM_DCR_DBA_2 ((uint32_t)0x0004
) 7222 #define TIM_DCR_DBA_3 ((uint32_t)0x0008
) 7223 #define TIM_DCR_DBA_4 ((uint32_t)0x0010
) 7225 #define TIM_DCR_DBL ((uint32_t)0x1F00
) 7226 #define TIM_DCR_DBL_0 ((uint32_t)0x0100
) 7227 #define TIM_DCR_DBL_1 ((uint32_t)0x0200
) 7228 #define TIM_DCR_DBL_2 ((uint32_t)0x0400
) 7229 #define TIM_DCR_DBL_3 ((uint32_t)0x0800
) 7230 #define TIM_DCR_DBL_4 ((uint32_t)0x1000
) 7233 #define TIM_DMAR_DMAB ((uint32_t)0xFFFF
) 7236 #define TIM_OR_TI4_RMP ((uint32_t)0x00C0
) 7237 #define TIM_OR_TI4_RMP_0 ((uint32_t)0x0040
) 7238 #define TIM_OR_TI4_RMP_1 ((uint32_t)0x0080
) 7239 #define TIM_OR_ITR1_RMP ((uint32_t)0x0C00
) 7240 #define TIM_OR_ITR1_RMP_0 ((uint32_t)0x0400
) 7241 #define TIM_OR_ITR1_RMP_1 ((uint32_t)0x0800
) 7250 #define USART_SR_PE ((uint32_t)0x0001
) 7251 #define USART_SR_FE ((uint32_t)0x0002
) 7252 #define USART_SR_NE ((uint32_t)0x0004
) 7253 #define USART_SR_ORE ((uint32_t)0x0008
) 7254 #define USART_SR_IDLE ((uint32_t)0x0010
) 7255 #define USART_SR_RXNE ((uint32_t)0x0020
) 7256 #define USART_SR_TC ((uint32_t)0x0040
) 7257 #define USART_SR_TXE ((uint32_t)0x0080
) 7258 #define USART_SR_LBD ((uint32_t)0x0100
) 7259 #define USART_SR_CTS ((uint32_t)0x0200
) 7262 #define USART_DR_DR ((uint32_t)0x01FF
) 7265 #define USART_BRR_DIV_Fraction ((uint32_t)0x000F
) 7266 #define USART_BRR_DIV_Mantissa ((uint32_t)0xFFF0
) 7269 #define USART_CR1_SBK ((uint32_t)0x0001
) 7270 #define USART_CR1_RWU ((uint32_t)0x0002
) 7271 #define USART_CR1_RE ((uint32_t)0x0004
) 7272 #define USART_CR1_TE ((uint32_t)0x0008
) 7273 #define USART_CR1_IDLEIE ((uint32_t)0x0010
) 7274 #define USART_CR1_RXNEIE ((uint32_t)0x0020
) 7275 #define USART_CR1_TCIE ((uint32_t)0x0040
) 7276 #define USART_CR1_TXEIE ((uint32_t)0x0080
) 7277 #define USART_CR1_PEIE ((uint32_t)0x0100
) 7278 #define USART_CR1_PS ((uint32_t)0x0200
) 7279 #define USART_CR1_PCE ((uint32_t)0x0400
) 7280 #define USART_CR1_WAKE ((uint32_t)0x0800
) 7281 #define USART_CR1_M ((uint32_t)0x1000
) 7282 #define USART_CR1_UE ((uint32_t)0x2000
) 7283 #define USART_CR1_OVER8 ((uint32_t)0x8000
) 7286 #define USART_CR2_ADD ((uint32_t)0x000F
) 7287 #define USART_CR2_LBDL ((uint32_t)0x0020
) 7288 #define USART_CR2_LBDIE ((uint32_t)0x0040
) 7289 #define USART_CR2_LBCL ((uint32_t)0x0100
) 7290 #define USART_CR2_CPHA ((uint32_t)0x0200
) 7291 #define USART_CR2_CPOL ((uint32_t)0x0400
) 7292 #define USART_CR2_CLKEN ((uint32_t)0x0800
) 7294 #define USART_CR2_STOP ((uint32_t)0x3000
) 7295 #define USART_CR2_STOP_0 ((uint32_t)0x1000
) 7296 #define USART_CR2_STOP_1 ((uint32_t)0x2000
) 7298 #define USART_CR2_LINEN ((uint32_t)0x4000
) 7301 #define USART_CR3_EIE ((uint32_t)0x0001
) 7302 #define USART_CR3_IREN ((uint32_t)0x0002
) 7303 #define USART_CR3_IRLP ((uint32_t)0x0004
) 7304 #define USART_CR3_HDSEL ((uint32_t)0x0008
) 7305 #define USART_CR3_NACK ((uint32_t)0x0010
) 7306 #define USART_CR3_SCEN ((uint32_t)0x0020
) 7307 #define USART_CR3_DMAR ((uint32_t)0x0040
) 7308 #define USART_CR3_DMAT ((uint32_t)0x0080
) 7309 #define USART_CR3_RTSE ((uint32_t)0x0100
) 7310 #define USART_CR3_CTSE ((uint32_t)0x0200
) 7311 #define USART_CR3_CTSIE ((uint32_t)0x0400
) 7312 #define USART_CR3_ONEBIT ((uint32_t)0x0800
) 7315 #define USART_GTPR_PSC ((uint32_t)0x00FF
) 7316 #define USART_GTPR_PSC_0 ((uint32_t)0x0001
) 7317 #define USART_GTPR_PSC_1 ((uint32_t)0x0002
) 7318 #define USART_GTPR_PSC_2 ((uint32_t)0x0004
) 7319 #define USART_GTPR_PSC_3 ((uint32_t)0x0008
) 7320 #define USART_GTPR_PSC_4 ((uint32_t)0x0010
) 7321 #define USART_GTPR_PSC_5 ((uint32_t)0x0020
) 7322 #define USART_GTPR_PSC_6 ((uint32_t)0x0040
) 7323 #define USART_GTPR_PSC_7 ((uint32_t)0x0080
) 7325 #define USART_GTPR_GT ((uint32_t)0xFF00
) 7333 #define WWDG_CR_T ((uint32_t)0x7F
) 7334 #define WWDG_CR_T0 ((uint32_t)0x01
) 7335 #define WWDG_CR_T1 ((uint32_t)0x02
) 7336 #define WWDG_CR_T2 ((uint32_t)0x04
) 7337 #define WWDG_CR_T3 ((uint32_t)0x08
) 7338 #define WWDG_CR_T4 ((uint32_t)0x10
) 7339 #define WWDG_CR_T5 ((uint32_t)0x20
) 7340 #define WWDG_CR_T6 ((uint32_t)0x40
) 7342 #define WWDG_CR_WDGA ((uint32_t)0x80
) 7345 #define WWDG_CFR_W ((uint32_t)0x007F
) 7346 #define WWDG_CFR_W0 ((uint32_t)0x0001
) 7347 #define WWDG_CFR_W1 ((uint32_t)0x0002
) 7348 #define WWDG_CFR_W2 ((uint32_t)0x0004
) 7349 #define WWDG_CFR_W3 ((uint32_t)0x0008
) 7350 #define WWDG_CFR_W4 ((uint32_t)0x0010
) 7351 #define WWDG_CFR_W5 ((uint32_t)0x0020
) 7352 #define WWDG_CFR_W6 ((uint32_t)0x0040
) 7354 #define WWDG_CFR_WDGTB ((uint32_t)0x0180
) 7355 #define WWDG_CFR_WDGTB0 ((uint32_t)0x0080
) 7356 #define WWDG_CFR_WDGTB1 ((uint32_t)0x0100
) 7358 #define WWDG_CFR_EWI ((uint32_t)0x0200
) 7361 #define WWDG_SR_EWIF ((uint32_t)0x01
) 7370 #define DBGMCU_IDCODE_DEV_ID ((uint32_t)0x00000FFF
) 7371 #define DBGMCU_IDCODE_REV_ID ((uint32_t)0xFFFF0000
) 7374 #define DBGMCU_CR_DBG_SLEEP ((uint32_t)0x00000001
) 7375 #define DBGMCU_CR_DBG_STOP ((uint32_t)0x00000002
) 7376 #define DBGMCU_CR_DBG_STANDBY ((uint32_t)0x00000004
) 7377 #define DBGMCU_CR_TRACE_IOEN ((uint32_t)0x00000020
) 7379 #define DBGMCU_CR_TRACE_MODE ((uint32_t)0x000000C0
) 7380 #define DBGMCU_CR_TRACE_MODE_0 ((uint32_t)0x00000040
) 7381 #define DBGMCU_CR_TRACE_MODE_1 ((uint32_t)0x00000080
) 7384 #define DBGMCU_APB1_FZ_DBG_TIM2_STOP ((uint32_t)0x00000001
) 7385 #define DBGMCU_APB1_FZ_DBG_TIM3_STOP ((uint32_t)0x00000002
) 7386 #define DBGMCU_APB1_FZ_DBG_TIM4_STOP ((uint32_t)0x00000004
) 7387 #define DBGMCU_APB1_FZ_DBG_TIM5_STOP ((uint32_t)0x00000008
) 7388 #define DBGMCU_APB1_FZ_DBG_TIM6_STOP ((uint32_t)0x00000010
) 7389 #define DBGMCU_APB1_FZ_DBG_TIM7_STOP ((uint32_t)0x00000020
) 7390 #define DBGMCU_APB1_FZ_DBG_TIM12_STOP ((uint32_t)0x00000040
) 7391 #define DBGMCU_APB1_FZ_DBG_TIM13_STOP ((uint32_t)0x00000080
) 7392 #define DBGMCU_APB1_FZ_DBG_TIM14_STOP ((uint32_t)0x00000100
) 7393 #define DBGMCU_APB1_FZ_DBG_RTC_STOP ((uint32_t)0x00000400
) 7394 #define DBGMCU_APB1_FZ_DBG_WWDG_STOP ((uint32_t)0x00000800
) 7395 #define DBGMCU_APB1_FZ_DBG_IWDG_STOP ((uint32_t)0x00001000
) 7396 #define DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT ((uint32_t)0x00200000
) 7397 #define DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT ((uint32_t)0x00400000
) 7398 #define DBGMCU_APB1_FZ_DBG_I2C3_SMBUS_TIMEOUT ((uint32_t)0x00800000
) 7399 #define DBGMCU_APB1_FZ_DBG_CAN1_STOP ((uint32_t)0x02000000
) 7400 #define DBGMCU_APB1_FZ_DBG_CAN2_STOP ((uint32_t)0x04000000
) 7405 #define DBGMCU_APB2_FZ_DBG_TIM1_STOP ((uint32_t)0x00000001
) 7406 #define DBGMCU_APB2_FZ_DBG_TIM8_STOP ((uint32_t)0x00000002
) 7407 #define DBGMCU_APB2_FZ_DBG_TIM9_STOP ((uint32_t)0x00010000
) 7408 #define DBGMCU_APB2_FZ_DBG_TIM10_STOP ((uint32_t)0x00020000
) 7409 #define DBGMCU_APB2_FZ_DBG_TIM11_STOP ((uint32_t)0x00040000
) 7417 #define ETH_MACCR_WD ((uint32_t)0x00800000
) 7418 #define ETH_MACCR_JD ((uint32_t)0x00400000
) 7419 #define ETH_MACCR_IFG ((uint32_t)0x000E0000
) 7420 #define ETH_MACCR_IFG_96Bit ((uint32_t)0x00000000
) 7421 #define ETH_MACCR_IFG_88Bit ((uint32_t)0x00020000
) 7422 #define ETH_MACCR_IFG_80Bit ((uint32_t)0x00040000
) 7423 #define ETH_MACCR_IFG_72Bit ((uint32_t)0x00060000
) 7424 #define ETH_MACCR_IFG_64Bit ((uint32_t)0x00080000
) 7425 #define ETH_MACCR_IFG_56Bit ((uint32_t)0x000A0000
) 7426 #define ETH_MACCR_IFG_48Bit ((uint32_t)0x000C0000
) 7427 #define ETH_MACCR_IFG_40Bit ((uint32_t)0x000E0000
) 7428 #define ETH_MACCR_CSD ((uint32_t)0x00010000
) 7429 #define ETH_MACCR_FES ((uint32_t)0x00004000
) 7430 #define ETH_MACCR_ROD ((uint32_t)0x00002000
) 7431 #define ETH_MACCR_LM ((uint32_t)0x00001000
) 7432 #define ETH_MACCR_DM ((uint32_t)0x00000800
) 7433 #define ETH_MACCR_IPCO ((uint32_t)0x00000400
) 7434 #define ETH_MACCR_RD ((uint32_t)0x00000200
) 7435 #define ETH_MACCR_APCS ((uint32_t)0x00000080
) 7436 #define ETH_MACCR_BL ((uint32_t)0x00000060
) 7438 #define ETH_MACCR_BL_10 ((uint32_t)0x00000000
) 7439 #define ETH_MACCR_BL_8 ((uint32_t)0x00000020
) 7440 #define ETH_MACCR_BL_4 ((uint32_t)0x00000040
) 7441 #define ETH_MACCR_BL_1 ((uint32_t)0x00000060
) 7442 #define ETH_MACCR_DC ((uint32_t)0x00000010
) 7443 #define ETH_MACCR_TE ((uint32_t)0x00000008
) 7444 #define ETH_MACCR_RE ((uint32_t)0x00000004
) 7447 #define ETH_MACFFR_RA ((uint32_t)0x80000000
) 7448 #define ETH_MACFFR_HPF ((uint32_t)0x00000400
) 7449 #define ETH_MACFFR_SAF ((uint32_t)0x00000200
) 7450 #define ETH_MACFFR_SAIF ((uint32_t)0x00000100
) 7451 #define ETH_MACFFR_PCF ((uint32_t)0x000000C0
) 7452 #define ETH_MACFFR_PCF_BlockAll ((uint32_t)0x00000040
) 7453 #define ETH_MACFFR_PCF_ForwardAll ((uint32_t)0x00000080
) 7454 #define ETH_MACFFR_PCF_ForwardPassedAddrFilter ((uint32_t)0x000000C0
) 7455 #define ETH_MACFFR_BFD ((uint32_t)0x00000020
) 7456 #define ETH_MACFFR_PAM ((uint32_t)0x00000010
) 7457 #define ETH_MACFFR_DAIF ((uint32_t)0x00000008
) 7458 #define ETH_MACFFR_HM ((uint32_t)0x00000004
) 7459 #define ETH_MACFFR_HU ((uint32_t)0x00000002
) 7460 #define ETH_MACFFR_PM ((uint32_t)0x00000001
) 7463 #define ETH_MACHTHR_HTH ((uint32_t)0xFFFFFFFF
) 7466 #define ETH_MACHTLR_HTL ((uint32_t)0xFFFFFFFF
) 7469 #define ETH_MACMIIAR_PA ((uint32_t)0x0000F800
) 7470 #define ETH_MACMIIAR_MR ((uint32_t)0x000007C0
) 7471 #define ETH_MACMIIAR_CR ((uint32_t)0x0000001C
) 7472 #define ETH_MACMIIAR_CR_Div42 ((uint32_t)0x00000000
) 7473 #define ETH_MACMIIAR_CR_Div62 ((uint32_t)0x00000004
) 7474 #define ETH_MACMIIAR_CR_Div16 ((uint32_t)0x00000008
) 7475 #define ETH_MACMIIAR_CR_Div26 ((uint32_t)0x0000000C
) 7476 #define ETH_MACMIIAR_CR_Div102 ((uint32_t)0x00000010
) 7477 #define ETH_MACMIIAR_MW ((uint32_t)0x00000002
) 7478 #define ETH_MACMIIAR_MB ((uint32_t)0x00000001
) 7481 #define ETH_MACMIIDR_MD ((uint32_t)0x0000FFFF
) 7484 #define ETH_MACFCR_PT ((uint32_t)0xFFFF0000
) 7485 #define ETH_MACFCR_ZQPD ((uint32_t)0x00000080
) 7486 #define ETH_MACFCR_PLT ((uint32_t)0x00000030
) 7487 #define ETH_MACFCR_PLT_Minus4 ((uint32_t)0x00000000
) 7488 #define ETH_MACFCR_PLT_Minus28 ((uint32_t)0x00000010
) 7489 #define ETH_MACFCR_PLT_Minus144 ((uint32_t)0x00000020
) 7490 #define ETH_MACFCR_PLT_Minus256 ((uint32_t)0x00000030
) 7491 #define ETH_MACFCR_UPFD ((uint32_t)0x00000008
) 7492 #define ETH_MACFCR_RFCE ((uint32_t)0x00000004
) 7493 #define ETH_MACFCR_TFCE ((uint32_t)0x00000002
) 7494 #define ETH_MACFCR_FCBBPA ((uint32_t)0x00000001
) 7497 #define ETH_MACVLANTR_VLANTC ((uint32_t)0x00010000
) 7498 #define ETH_MACVLANTR_VLANTI ((uint32_t)0x0000FFFF
) 7501 #define ETH_MACRWUFFR_D ((uint32_t)0xFFFFFFFF
) 7515 #define ETH_MACPMTCSR_WFFRPR ((uint32_t)0x80000000
) 7516 #define ETH_MACPMTCSR_GU ((uint32_t)0x00000200
) 7517 #define ETH_MACPMTCSR_WFR ((uint32_t)0x00000040
) 7518 #define ETH_MACPMTCSR_MPR ((uint32_t)0x00000020
) 7519 #define ETH_MACPMTCSR_WFE ((uint32_t)0x00000004
) 7520 #define ETH_MACPMTCSR_MPE ((uint32_t)0x00000002
) 7521 #define ETH_MACPMTCSR_PD ((uint32_t)0x00000001
) 7524 #define ETH_MACSR_TSTS ((uint32_t)0x00000200
) 7525 #define ETH_MACSR_MMCTS ((uint32_t)0x00000040
) 7526 #define ETH_MACSR_MMMCRS ((uint32_t)0x00000020
) 7527 #define ETH_MACSR_MMCS ((uint32_t)0x00000010
) 7528 #define ETH_MACSR_PMTS ((uint32_t)0x00000008
) 7531 #define ETH_MACIMR_TSTIM ((uint32_t)0x00000200
) 7532 #define ETH_MACIMR_PMTIM ((uint32_t)0x00000008
) 7535 #define ETH_MACA0HR_MACA0H ((uint32_t)0x0000FFFF
) 7538 #define ETH_MACA0LR_MACA0L ((uint32_t)0xFFFFFFFF
) 7541 #define ETH_MACA1HR_AE ((uint32_t)0x80000000
) 7542 #define ETH_MACA1HR_SA ((uint32_t)0x40000000
) 7543 #define ETH_MACA1HR_MBC ((uint32_t)0x3F000000
) 7544 #define ETH_MACA1HR_MBC_HBits15_8 ((uint32_t)0x20000000
) 7545 #define ETH_MACA1HR_MBC_HBits7_0 ((uint32_t)0x10000000
) 7546 #define ETH_MACA1HR_MBC_LBits31_24 ((uint32_t)0x08000000
) 7547 #define ETH_MACA1HR_MBC_LBits23_16 ((uint32_t)0x04000000
) 7548 #define ETH_MACA1HR_MBC_LBits15_8 ((uint32_t)0x02000000
) 7549 #define ETH_MACA1HR_MBC_LBits7_0 ((uint32_t)0x01000000
) 7550 #define ETH_MACA1HR_MACA1H ((uint32_t)0x0000FFFF
) 7553 #define ETH_MACA1LR_MACA1L ((uint32_t)0xFFFFFFFF
) 7556 #define ETH_MACA2HR_AE ((uint32_t)0x80000000
) 7557 #define ETH_MACA2HR_SA ((uint32_t)0x40000000
) 7558 #define ETH_MACA2HR_MBC ((uint32_t)0x3F000000
) 7559 #define ETH_MACA2HR_MBC_HBits15_8 ((uint32_t)0x20000000
) 7560 #define ETH_MACA2HR_MBC_HBits7_0 ((uint32_t)0x10000000
) 7561 #define ETH_MACA2HR_MBC_LBits31_24 ((uint32_t)0x08000000
) 7562 #define ETH_MACA2HR_MBC_LBits23_16 ((uint32_t)0x04000000
) 7563 #define ETH_MACA2HR_MBC_LBits15_8 ((uint32_t)0x02000000
) 7564 #define ETH_MACA2HR_MBC_LBits7_0 ((uint32_t)0x01000000
) 7565 #define ETH_MACA2HR_MACA2H ((uint32_t)0x0000FFFF
) 7568 #define ETH_MACA2LR_MACA2L ((uint32_t)0xFFFFFFFF
) 7571 #define ETH_MACA3HR_AE ((uint32_t)0x80000000
) 7572 #define ETH_MACA3HR_SA ((uint32_t)0x40000000
) 7573 #define ETH_MACA3HR_MBC ((uint32_t)0x3F000000
) 7574 #define ETH_MACA3HR_MBC_HBits15_8 ((uint32_t)0x20000000
) 7575 #define ETH_MACA3HR_MBC_HBits7_0 ((uint32_t)0x10000000
) 7576 #define ETH_MACA3HR_MBC_LBits31_24 ((uint32_t)0x08000000
) 7577 #define ETH_MACA3HR_MBC_LBits23_16 ((uint32_t)0x04000000
) 7578 #define ETH_MACA3HR_MBC_LBits15_8 ((uint32_t)0x02000000
) 7579 #define ETH_MACA3HR_MBC_LBits7_0 ((uint32_t)0x01000000
) 7580 #define ETH_MACA3HR_MACA3H ((uint32_t)0x0000FFFF
) 7583 #define ETH_MACA3LR_MACA3L ((uint32_t)0xFFFFFFFF
) 7590 #define ETH_MMCCR_MCFHP ((uint32_t)0x00000020
) 7591 #define ETH_MMCCR_MCP ((uint32_t)0x00000010
) 7592 #define ETH_MMCCR_MCF ((uint32_t)0x00000008
) 7593 #define ETH_MMCCR_ROR ((uint32_t)0x00000004
) 7594 #define ETH_MMCCR_CSR ((uint32_t)0x00000002
) 7595 #define ETH_MMCCR_CR ((uint32_t)0x00000001
) 7598 #define ETH_MMCRIR_RGUFS ((uint32_t)0x00020000
) 7599 #define ETH_MMCRIR_RFAES ((uint32_t)0x00000040
) 7600 #define ETH_MMCRIR_RFCES ((uint32_t)0x00000020
) 7603 #define ETH_MMCTIR_TGFS ((uint32_t)0x00200000
) 7604 #define ETH_MMCTIR_TGFMSCS ((uint32_t)0x00008000
) 7605 #define ETH_MMCTIR_TGFSCS ((uint32_t)0x00004000
) 7608 #define ETH_MMCRIMR_RGUFM ((uint32_t)0x00020000
) 7609 #define ETH_MMCRIMR_RFAEM ((uint32_t)0x00000040
) 7610 #define ETH_MMCRIMR_RFCEM ((uint32_t)0x00000020
) 7613 #define ETH_MMCTIMR_TGFM ((uint32_t)0x00200000
) 7614 #define ETH_MMCTIMR_TGFMSCM ((uint32_t)0x00008000
) 7615 #define ETH_MMCTIMR_TGFSCM ((uint32_t)0x00004000
) 7618 #define ETH_MMCTGFSCCR_TGFSCC ((uint32_t)0xFFFFFFFF
) 7621 #define ETH_MMCTGFMSCCR_TGFMSCC ((uint32_t)0xFFFFFFFF
) 7624 #define ETH_MMCTGFCR_TGFC ((uint32_t)0xFFFFFFFF
) 7627 #define ETH_MMCRFCECR_RFCEC ((uint32_t)0xFFFFFFFF
) 7630 #define ETH_MMCRFAECR_RFAEC ((uint32_t)0xFFFFFFFF
) 7633 #define ETH_MMCRGUFCR_RGUFC ((uint32_t)0xFFFFFFFF
) 7640 #define ETH_PTPTSCR_TSCNT ((uint32_t)0x00030000
) 7641 #define ETH_PTPTSSR_TSSMRME ((uint32_t)0x00008000
) 7642 #define ETH_PTPTSSR_TSSEME ((uint32_t)0x00004000
) 7643 #define ETH_PTPTSSR_TSSIPV4FE ((uint32_t)0x00002000
) 7644 #define ETH_PTPTSSR_TSSIPV6FE ((uint32_t)0x00001000
) 7645 #define ETH_PTPTSSR_TSSPTPOEFE ((uint32_t)0x00000800
) 7646 #define ETH_PTPTSSR_TSPTPPSV2E ((uint32_t)0x00000400
) 7647 #define ETH_PTPTSSR_TSSSR ((uint32_t)0x00000200
) 7648 #define ETH_PTPTSSR_TSSARFE ((uint32_t)0x00000100
) 7650 #define ETH_PTPTSCR_TSARU ((uint32_t)0x00000020
) 7651 #define ETH_PTPTSCR_TSITE ((uint32_t)0x00000010
) 7652 #define ETH_PTPTSCR_TSSTU ((uint32_t)0x00000008
) 7653 #define ETH_PTPTSCR_TSSTI ((uint32_t)0x00000004
) 7654 #define ETH_PTPTSCR_TSFCU ((uint32_t)0x00000002
) 7655 #define ETH_PTPTSCR_TSE ((uint32_t)0x00000001
) 7658 #define ETH_PTPSSIR_STSSI ((uint32_t)0x000000FF
) 7661 #define ETH_PTPTSHR_STS ((uint32_t)0xFFFFFFFF
) 7664 #define ETH_PTPTSLR_STPNS ((uint32_t)0x80000000
) 7665 #define ETH_PTPTSLR_STSS ((uint32_t)0x7FFFFFFF
) 7668 #define ETH_PTPTSHUR_TSUS ((uint32_t)0xFFFFFFFF
) 7671 #define ETH_PTPTSLUR_TSUPNS ((uint32_t)0x80000000
) 7672 #define ETH_PTPTSLUR_TSUSS ((uint32_t)0x7FFFFFFF
) 7675 #define ETH_PTPTSAR_TSA ((uint32_t)0xFFFFFFFF
) 7678 #define ETH_PTPTTHR_TTSH ((uint32_t)0xFFFFFFFF
) 7681 #define ETH_PTPTTLR_TTSL ((uint32_t)0xFFFFFFFF
) 7684 #define ETH_PTPTSSR_TSTTR ((uint32_t)0x00000020
) 7685 #define ETH_PTPTSSR_TSSO ((uint32_t)0x00000010
) 7692 #define ETH_DMABMR_AAB ((uint32_t)0x02000000
) 7693 #define ETH_DMABMR_FPM ((uint32_t)0x01000000
) 7694 #define ETH_DMABMR_USP ((uint32_t)0x00800000
) 7695 #define ETH_DMABMR_RDP ((uint32_t)0x007E0000
) 7696 #define ETH_DMABMR_RDP_1Beat ((uint32_t)0x00020000
) 7697 #define ETH_DMABMR_RDP_2Beat ((uint32_t)0x00040000
) 7698 #define ETH_DMABMR_RDP_4Beat ((uint32_t)0x00080000
) 7699 #define ETH_DMABMR_RDP_8Beat ((uint32_t)0x00100000
) 7700 #define ETH_DMABMR_RDP_16Beat ((uint32_t)0x00200000
) 7701 #define ETH_DMABMR_RDP_32Beat ((uint32_t)0x00400000
) 7702 #define ETH_DMABMR_RDP_4xPBL_4Beat ((uint32_t)0x01020000
) 7703 #define ETH_DMABMR_RDP_4xPBL_8Beat ((uint32_t)0x01040000
) 7704 #define ETH_DMABMR_RDP_4xPBL_16Beat ((uint32_t)0x01080000
) 7705 #define ETH_DMABMR_RDP_4xPBL_32Beat ((uint32_t)0x01100000
) 7706 #define ETH_DMABMR_RDP_4xPBL_64Beat ((uint32_t)0x01200000
) 7707 #define ETH_DMABMR_RDP_4xPBL_128Beat ((uint32_t)0x01400000
) 7708 #define ETH_DMABMR_FB ((uint32_t)0x00010000
) 7709 #define ETH_DMABMR_RTPR ((uint32_t)0x0000C000
) 7710 #define ETH_DMABMR_RTPR_1_1 ((uint32_t)0x00000000
) 7711 #define ETH_DMABMR_RTPR_2_1 ((uint32_t)0x00004000
) 7712 #define ETH_DMABMR_RTPR_3_1 ((uint32_t)0x00008000
) 7713 #define ETH_DMABMR_RTPR_4_1 ((uint32_t)0x0000C000
) 7714 #define ETH_DMABMR_PBL ((uint32_t)0x00003F00
) 7715 #define ETH_DMABMR_PBL_1Beat ((uint32_t)0x00000100
) 7716 #define ETH_DMABMR_PBL_2Beat ((uint32_t)0x00000200
) 7717 #define ETH_DMABMR_PBL_4Beat ((uint32_t)0x00000400
) 7718 #define ETH_DMABMR_PBL_8Beat ((uint32_t)0x00000800
) 7719 #define ETH_DMABMR_PBL_16Beat ((uint32_t)0x00001000
) 7720 #define ETH_DMABMR_PBL_32Beat ((uint32_t)0x00002000
) 7721 #define ETH_DMABMR_PBL_4xPBL_4Beat ((uint32_t)0x01000100
) 7722 #define ETH_DMABMR_PBL_4xPBL_8Beat ((uint32_t)0x01000200
) 7723 #define ETH_DMABMR_PBL_4xPBL_16Beat ((uint32_t)0x01000400
) 7724 #define ETH_DMABMR_PBL_4xPBL_32Beat ((uint32_t)0x01000800
) 7725 #define ETH_DMABMR_PBL_4xPBL_64Beat ((uint32_t)0x01001000
) 7726 #define ETH_DMABMR_PBL_4xPBL_128Beat ((uint32_t)0x01002000
) 7727 #define ETH_DMABMR_EDE ((uint32_t)0x00000080
) 7728 #define ETH_DMABMR_DSL ((uint32_t)0x0000007C
) 7729 #define ETH_DMABMR_DA ((uint32_t)0x00000002
) 7730 #define ETH_DMABMR_SR ((uint32_t)0x00000001
) 7733 #define ETH_DMATPDR_TPD ((uint32_t)0xFFFFFFFF
) 7736 #define ETH_DMARPDR_RPD ((uint32_t)0xFFFFFFFF
) 7739 #define ETH_DMARDLAR_SRL ((uint32_t)0xFFFFFFFF
) 7742 #define ETH_DMATDLAR_STL ((uint32_t)0xFFFFFFFF
) 7745 #define ETH_DMASR_TSTS ((uint32_t)0x20000000
) 7746 #define ETH_DMASR_PMTS ((uint32_t)0x10000000
) 7747 #define ETH_DMASR_MMCS ((uint32_t)0x08000000
) 7748 #define ETH_DMASR_EBS ((uint32_t)0x03800000
) 7750 #define ETH_DMASR_EBS_DescAccess ((uint32_t)0x02000000
) 7751 #define ETH_DMASR_EBS_ReadTransf ((uint32_t)0x01000000
) 7752 #define ETH_DMASR_EBS_DataTransfTx ((uint32_t)0x00800000
) 7753 #define ETH_DMASR_TPS ((uint32_t)0x00700000
) 7754 #define ETH_DMASR_TPS_Stopped ((uint32_t)0x00000000
) 7755 #define ETH_DMASR_TPS_Fetching ((uint32_t)0x00100000
) 7756 #define ETH_DMASR_TPS_Waiting ((uint32_t)0x00200000
) 7757 #define ETH_DMASR_TPS_Reading ((uint32_t)0x00300000
) 7758 #define ETH_DMASR_TPS_Suspended ((uint32_t)0x00600000
) 7759 #define ETH_DMASR_TPS_Closing ((uint32_t)0x00700000
) 7760 #define ETH_DMASR_RPS ((uint32_t)0x000E0000
) 7761 #define ETH_DMASR_RPS_Stopped ((uint32_t)0x00000000
) 7762 #define ETH_DMASR_RPS_Fetching ((uint32_t)0x00020000
) 7763 #define ETH_DMASR_RPS_Waiting ((uint32_t)0x00060000
) 7764 #define ETH_DMASR_RPS_Suspended ((uint32_t)0x00080000
) 7765 #define ETH_DMASR_RPS_Closing ((uint32_t)0x000A0000
) 7766 #define ETH_DMASR_RPS_Queuing ((uint32_t)0x000E0000
) 7767 #define ETH_DMASR_NIS ((uint32_t)0x00010000
) 7768 #define ETH_DMASR_AIS ((uint32_t)0x00008000
) 7769 #define ETH_DMASR_ERS ((uint32_t)0x00004000
) 7770 #define ETH_DMASR_FBES ((uint32_t)0x00002000
) 7771 #define ETH_DMASR_ETS ((uint32_t)0x00000400
) 7772 #define ETH_DMASR_RWTS ((uint32_t)0x00000200
) 7773 #define ETH_DMASR_RPSS ((uint32_t)0x00000100
) 7774 #define ETH_DMASR_RBUS ((uint32_t)0x00000080
) 7775 #define ETH_DMASR_RS ((uint32_t)0x00000040
) 7776 #define ETH_DMASR_TUS ((uint32_t)0x00000020
) 7777 #define ETH_DMASR_ROS ((uint32_t)0x00000010
) 7778 #define ETH_DMASR_TJTS ((uint32_t)0x00000008
) 7779 #define ETH_DMASR_TBUS ((uint32_t)0x00000004
) 7780 #define ETH_DMASR_TPSS ((uint32_t)0x00000002
) 7781 #define ETH_DMASR_TS ((uint32_t)0x00000001
) 7784 #define ETH_DMAOMR_DTCEFD ((uint32_t)0x04000000
) 7785 #define ETH_DMAOMR_RSF ((uint32_t)0x02000000
) 7786 #define ETH_DMAOMR_DFRF ((uint32_t)0x01000000
) 7787 #define ETH_DMAOMR_TSF ((uint32_t)0x00200000
) 7788 #define ETH_DMAOMR_FTF ((uint32_t)0x00100000
) 7789 #define ETH_DMAOMR_TTC ((uint32_t)0x0001C000
) 7790 #define ETH_DMAOMR_TTC_64Bytes ((uint32_t)0x00000000
) 7791 #define ETH_DMAOMR_TTC_128Bytes ((uint32_t)0x00004000
) 7792 #define ETH_DMAOMR_TTC_192Bytes ((uint32_t)0x00008000
) 7793 #define ETH_DMAOMR_TTC_256Bytes ((uint32_t)0x0000C000
) 7794 #define ETH_DMAOMR_TTC_40Bytes ((uint32_t)0x00010000
) 7795 #define ETH_DMAOMR_TTC_32Bytes ((uint32_t)0x00014000
) 7796 #define ETH_DMAOMR_TTC_24Bytes ((uint32_t)0x00018000
) 7797 #define ETH_DMAOMR_TTC_16Bytes ((uint32_t)0x0001C000
) 7798 #define ETH_DMAOMR_ST ((uint32_t)0x00002000
) 7799 #define ETH_DMAOMR_FEF ((uint32_t)0x00000080
) 7800 #define ETH_DMAOMR_FUGF ((uint32_t)0x00000040
) 7801 #define ETH_DMAOMR_RTC ((uint32_t)0x00000018
) 7802 #define ETH_DMAOMR_RTC_64Bytes ((uint32_t)0x00000000
) 7803 #define ETH_DMAOMR_RTC_32Bytes ((uint32_t)0x00000008
) 7804 #define ETH_DMAOMR_RTC_96Bytes ((uint32_t)0x00000010
) 7805 #define ETH_DMAOMR_RTC_128Bytes ((uint32_t)0x00000018
) 7806 #define ETH_DMAOMR_OSF ((uint32_t)0x00000004
) 7807 #define ETH_DMAOMR_SR ((uint32_t)0x00000002
) 7810 #define ETH_DMAIER_NISE ((uint32_t)0x00010000
) 7811 #define ETH_DMAIER_AISE ((uint32_t)0x00008000
) 7812 #define ETH_DMAIER_ERIE ((uint32_t)0x00004000
) 7813 #define ETH_DMAIER_FBEIE ((uint32_t)0x00002000
) 7814 #define ETH_DMAIER_ETIE ((uint32_t)0x00000400
) 7815 #define ETH_DMAIER_RWTIE ((uint32_t)0x00000200
) 7816 #define ETH_DMAIER_RPSIE ((uint32_t)0x00000100
) 7817 #define ETH_DMAIER_RBUIE ((uint32_t)0x00000080
) 7818 #define ETH_DMAIER_RIE ((uint32_t)0x00000040
) 7819 #define ETH_DMAIER_TUIE ((uint32_t)0x00000020
) 7820 #define ETH_DMAIER_ROIE ((uint32_t)0x00000010
) 7821 #define ETH_DMAIER_TJTIE ((uint32_t)0x00000008
) 7822 #define ETH_DMAIER_TBUIE ((uint32_t)0x00000004
) 7823 #define ETH_DMAIER_TPSIE ((uint32_t)0x00000002
) 7824 #define ETH_DMAIER_TIE ((uint32_t)0x00000001
) 7827 #define ETH_DMAMFBOCR_OFOC ((uint32_t)0x10000000
) 7828 #define ETH_DMAMFBOCR_MFA ((uint32_t)0x0FFE0000
) 7829 #define ETH_DMAMFBOCR_OMFC ((uint32_t)0x00010000
) 7830 #define ETH_DMAMFBOCR_MFC ((uint32_t)0x0000FFFF
) 7833 #define ETH_DMACHTDR_HTDAP ((uint32_t)0xFFFFFFFF
) 7836 #define ETH_DMACHRDR_HRDAP ((uint32_t)0xFFFFFFFF
) 7839 #define ETH_DMACHTBAR_HTBAP ((uint32_t)0xFFFFFFFF
) 7842 #define ETH_DMACHRBAR_HRBAP ((uint32_t)0xFFFFFFFF
) 7850 #define USB_OTG_GOTGCTL_SRQSCS ((uint32_t)0x00000001
) 7851 #define USB_OTG_GOTGCTL_SRQ ((uint32_t)0x00000002
) 7852 #define USB_OTG_GOTGCTL_HNGSCS ((uint32_t)0x00000100
) 7853 #define USB_OTG_GOTGCTL_HNPRQ ((uint32_t)0x00000200
) 7854 #define USB_OTG_GOTGCTL_HSHNPEN ((uint32_t)0x00000400
) 7855 #define USB_OTG_GOTGCTL_DHNPEN ((uint32_t)0x00000800
) 7856 #define USB_OTG_GOTGCTL_CIDSTS ((uint32_t)0x00010000
) 7857 #define USB_OTG_GOTGCTL_DBCT ((uint32_t)0x00020000
) 7858 #define USB_OTG_GOTGCTL_ASVLD ((uint32_t)0x00040000
) 7859 #define USB_OTG_GOTGCTL_BSVLD ((uint32_t)0x00080000
) 7863 #define USB_OTG_HCFG_FSLSPCS ((uint32_t)0x00000003
) 7864 #define USB_OTG_HCFG_FSLSPCS_0 ((uint32_t)0x00000001
) 7865 #define USB_OTG_HCFG_FSLSPCS_1 ((uint32_t)0x00000002
) 7866 #define USB_OTG_HCFG_FSLSS ((uint32_t)0x00000004
) 7870 #define USB_OTG_DCFG_DSPD ((uint32_t)0x00000003
) 7871 #define USB_OTG_DCFG_DSPD_0 ((uint32_t)0x00000001
) 7872 #define USB_OTG_DCFG_DSPD_1 ((uint32_t)0x00000002
) 7873 #define USB_OTG_DCFG_NZLSOHSK ((uint32_t)0x00000004
) 7875 #define USB_OTG_DCFG_DAD ((uint32_t)0x000007F0
) 7876 #define USB_OTG_DCFG_DAD_0 ((uint32_t)0x00000010
) 7877 #define USB_OTG_DCFG_DAD_1 ((uint32_t)0x00000020
) 7878 #define USB_OTG_DCFG_DAD_2 ((uint32_t)0x00000040
) 7879 #define USB_OTG_DCFG_DAD_3 ((uint32_t)0x00000080
) 7880 #define USB_OTG_DCFG_DAD_4 ((uint32_t)0x00000100
) 7881 #define USB_OTG_DCFG_DAD_5 ((uint32_t)0x00000200
) 7882 #define USB_OTG_DCFG_DAD_6 ((uint32_t)0x00000400
) 7884 #define USB_OTG_DCFG_PFIVL ((uint32_t)0x00001800
) 7885 #define USB_OTG_DCFG_PFIVL_0 ((uint32_t)0x00000800
) 7886 #define USB_OTG_DCFG_PFIVL_1 ((uint32_t)0x00001000
) 7888 #define USB_OTG_DCFG_PERSCHIVL ((uint32_t)0x03000000
) 7889 #define USB_OTG_DCFG_PERSCHIVL_0 ((uint32_t)0x01000000
) 7890 #define USB_OTG_DCFG_PERSCHIVL_1 ((uint32_t)0x02000000
) 7893 #define USB_OTG_PCGCR_STPPCLK ((uint32_t)0x00000001
) 7894 #define USB_OTG_PCGCR_GATEHCLK ((uint32_t)0x00000002
) 7895 #define USB_OTG_PCGCR_PHYSUSP ((uint32_t)0x00000010
) 7898 #define USB_OTG_GOTGINT_SEDET ((uint32_t)0x00000004
) 7899 #define USB_OTG_GOTGINT_SRSSCHG ((uint32_t)0x00000100
) 7900 #define USB_OTG_GOTGINT_HNSSCHG ((uint32_t)0x00000200
) 7901 #define USB_OTG_GOTGINT_HNGDET ((uint32_t)0x00020000
) 7902 #define USB_OTG_GOTGINT_ADTOCHG ((uint32_t)0x00040000
) 7903 #define USB_OTG_GOTGINT_DBCDNE ((uint32_t)0x00080000
) 7906 #define USB_OTG_DCTL_RWUSIG ((uint32_t)0x00000001
) 7907 #define USB_OTG_DCTL_SDIS ((uint32_t)0x00000002
) 7908 #define USB_OTG_DCTL_GINSTS ((uint32_t)0x00000004
) 7909 #define USB_OTG_DCTL_GONSTS ((uint32_t)0x00000008
) 7911 #define USB_OTG_DCTL_TCTL ((uint32_t)0x00000070
) 7912 #define USB_OTG_DCTL_TCTL_0 ((uint32_t)0x00000010
) 7913 #define USB_OTG_DCTL_TCTL_1 ((uint32_t)0x00000020
) 7914 #define USB_OTG_DCTL_TCTL_2 ((uint32_t)0x00000040
) 7915 #define USB_OTG_DCTL_SGINAK ((uint32_t)0x00000080
) 7916 #define USB_OTG_DCTL_CGINAK ((uint32_t)0x00000100
) 7917 #define USB_OTG_DCTL_SGONAK ((uint32_t)0x00000200
) 7918 #define USB_OTG_DCTL_CGONAK ((uint32_t)0x00000400
) 7919 #define USB_OTG_DCTL_POPRGDNE ((uint32_t)0x00000800
) 7922 #define USB_OTG_HFIR_FRIVL ((uint32_t)0x0000FFFF
) 7925 #define USB_OTG_HFNUM_FRNUM ((uint32_t)0x0000FFFF
) 7926 #define USB_OTG_HFNUM_FTREM ((uint32_t)0xFFFF0000
) 7929 #define USB_OTG_DSTS_SUSPSTS ((uint32_t)0x00000001
) 7931 #define USB_OTG_DSTS_ENUMSPD ((uint32_t)0x00000006
) 7932 #define USB_OTG_DSTS_ENUMSPD_0 ((uint32_t)0x00000002
) 7933 #define USB_OTG_DSTS_ENUMSPD_1 ((uint32_t)0x00000004
) 7934 #define USB_OTG_DSTS_EERR ((uint32_t)0x00000008
) 7935 #define USB_OTG_DSTS_FNSOF ((uint32_t)0x003FFF00
) 7938 #define USB_OTG_GAHBCFG_GINT ((uint32_t)0x00000001
) 7940 #define USB_OTG_GAHBCFG_HBSTLEN ((uint32_t)0x0000001E
) 7941 #define USB_OTG_GAHBCFG_HBSTLEN_0 ((uint32_t)0x00000002
) 7942 #define USB_OTG_GAHBCFG_HBSTLEN_1 ((uint32_t)0x00000004
) 7943 #define USB_OTG_GAHBCFG_HBSTLEN_2 ((uint32_t)0x00000008
) 7944 #define USB_OTG_GAHBCFG_HBSTLEN_3 ((uint32_t)0x00000010
) 7945 #define USB_OTG_GAHBCFG_DMAEN ((uint32_t)0x00000020
) 7946 #define USB_OTG_GAHBCFG_TXFELVL ((uint32_t)0x00000080
) 7947 #define USB_OTG_GAHBCFG_PTXFELVL ((uint32_t)0x00000100
) 7951 #define USB_OTG_GUSBCFG_TOCAL ((uint32_t)0x00000007
) 7952 #define USB_OTG_GUSBCFG_TOCAL_0 ((uint32_t)0x00000001
) 7953 #define USB_OTG_GUSBCFG_TOCAL_1 ((uint32_t)0x00000002
) 7954 #define USB_OTG_GUSBCFG_TOCAL_2 ((uint32_t)0x00000004
) 7955 #define USB_OTG_GUSBCFG_PHYSEL ((uint32_t)0x00000040
) 7956 #define USB_OTG_GUSBCFG_SRPCAP ((uint32_t)0x00000100
) 7957 #define USB_OTG_GUSBCFG_HNPCAP ((uint32_t)0x00000200
) 7959 #define USB_OTG_GUSBCFG_TRDT ((uint32_t)0x00003C00
) 7960 #define USB_OTG_GUSBCFG_TRDT_0 ((uint32_t)0x00000400
) 7961 #define USB_OTG_GUSBCFG_TRDT_1 ((uint32_t)0x00000800
) 7962 #define USB_OTG_GUSBCFG_TRDT_2 ((uint32_t)0x00001000
) 7963 #define USB_OTG_GUSBCFG_TRDT_3 ((uint32_t)0x00002000
) 7964 #define USB_OTG_GUSBCFG_PHYLPCS ((uint32_t)0x00008000
) 7965 #define USB_OTG_GUSBCFG_ULPIFSLS ((uint32_t)0x00020000
) 7966 #define USB_OTG_GUSBCFG_ULPIAR ((uint32_t)0x00040000
) 7967 #define USB_OTG_GUSBCFG_ULPICSM ((uint32_t)0x00080000
) 7968 #define USB_OTG_GUSBCFG_ULPIEVBUSD ((uint32_t)0x00100000
) 7969 #define USB_OTG_GUSBCFG_ULPIEVBUSI ((uint32_t)0x00200000
) 7970 #define USB_OTG_GUSBCFG_TSDPS ((uint32_t)0x00400000
) 7971 #define USB_OTG_GUSBCFG_PCCI ((uint32_t)0x00800000
) 7972 #define USB_OTG_GUSBCFG_PTCI ((uint32_t)0x01000000
) 7973 #define USB_OTG_GUSBCFG_ULPIIPD ((uint32_t)0x02000000
) 7974 #define USB_OTG_GUSBCFG_FHMOD ((uint32_t)0x20000000
) 7975 #define USB_OTG_GUSBCFG_FDMOD ((uint32_t)0x40000000
) 7976 #define USB_OTG_GUSBCFG_CTXPKT ((uint32_t)0x80000000
) 7979 #define USB_OTG_GRSTCTL_CSRST ((uint32_t)0x00000001
) 7980 #define USB_OTG_GRSTCTL_HSRST ((uint32_t)0x00000002
) 7981 #define USB_OTG_GRSTCTL_FCRST ((uint32_t)0x00000004
) 7982 #define USB_OTG_GRSTCTL_RXFFLSH ((uint32_t)0x00000010
) 7983 #define USB_OTG_GRSTCTL_TXFFLSH ((uint32_t)0x00000020
) 7985 #define USB_OTG_GRSTCTL_TXFNUM ((uint32_t)0x000007C0
) 7986 #define USB_OTG_GRSTCTL_TXFNUM_0 ((uint32_t)0x00000040
) 7987 #define USB_OTG_GRSTCTL_TXFNUM_1 ((uint32_t)0x00000080
) 7988 #define USB_OTG_GRSTCTL_TXFNUM_2 ((uint32_t)0x00000100
) 7989 #define USB_OTG_GRSTCTL_TXFNUM_3 ((uint32_t)0x00000200
) 7990 #define USB_OTG_GRSTCTL_TXFNUM_4 ((uint32_t)0x00000400
) 7991 #define USB_OTG_GRSTCTL_DMAREQ ((uint32_t)0x40000000
) 7992 #define USB_OTG_GRSTCTL_AHBIDL ((uint32_t)0x80000000
) 7995 #define USB_OTG_DIEPMSK_XFRCM ((uint32_t)0x00000001
) 7996 #define USB_OTG_DIEPMSK_EPDM ((uint32_t)0x00000002
) 7997 #define USB_OTG_DIEPMSK_TOM ((uint32_t)0x00000008
) 7998 #define USB_OTG_DIEPMSK_ITTXFEMSK ((uint32_t)0x00000010
) 7999 #define USB_OTG_DIEPMSK_INEPNMM ((uint32_t)0x00000020
) 8000 #define USB_OTG_DIEPMSK_INEPNEM ((uint32_t)0x00000040
) 8001 #define USB_OTG_DIEPMSK_TXFURM ((uint32_t)0x00000100
) 8002 #define USB_OTG_DIEPMSK_BIM ((uint32_t)0x00000200
) 8005 #define USB_OTG_HPTXSTS_PTXFSAVL ((uint32_t)0x0000FFFF
) 8007 #define USB_OTG_HPTXSTS_PTXQSAV ((uint32_t)0x00FF0000
) 8008 #define USB_OTG_HPTXSTS_PTXQSAV_0 ((uint32_t)0x00010000
) 8009 #define USB_OTG_HPTXSTS_PTXQSAV_1 ((uint32_t)0x00020000
) 8010 #define USB_OTG_HPTXSTS_PTXQSAV_2 ((uint32_t)0x00040000
) 8011 #define USB_OTG_HPTXSTS_PTXQSAV_3 ((uint32_t)0x00080000
) 8012 #define USB_OTG_HPTXSTS_PTXQSAV_4 ((uint32_t)0x00100000
) 8013 #define USB_OTG_HPTXSTS_PTXQSAV_5 ((uint32_t)0x00200000
) 8014 #define USB_OTG_HPTXSTS_PTXQSAV_6 ((uint32_t)0x00400000
) 8015 #define USB_OTG_HPTXSTS_PTXQSAV_7 ((uint32_t)0x00800000
) 8017 #define USB_OTG_HPTXSTS_PTXQTOP ((uint32_t)0xFF000000
) 8018 #define USB_OTG_HPTXSTS_PTXQTOP_0 ((uint32_t)0x01000000
) 8019 #define USB_OTG_HPTXSTS_PTXQTOP_1 ((uint32_t)0x02000000
) 8020 #define USB_OTG_HPTXSTS_PTXQTOP_2 ((uint32_t)0x04000000
) 8021 #define USB_OTG_HPTXSTS_PTXQTOP_3 ((uint32_t)0x08000000
) 8022 #define USB_OTG_HPTXSTS_PTXQTOP_4 ((uint32_t)0x10000000
) 8023 #define USB_OTG_HPTXSTS_PTXQTOP_5 ((uint32_t)0x20000000
) 8024 #define USB_OTG_HPTXSTS_PTXQTOP_6 ((uint32_t)0x40000000
) 8025 #define USB_OTG_HPTXSTS_PTXQTOP_7 ((uint32_t)0x80000000
) 8028 #define USB_OTG_HAINT_HAINT ((uint32_t)0x0000FFFF
) 8031 #define USB_OTG_DOEPMSK_XFRCM ((uint32_t)0x00000001
) 8032 #define USB_OTG_DOEPMSK_EPDM ((uint32_t)0x00000002
) 8033 #define USB_OTG_DOEPMSK_STUPM ((uint32_t)0x00000008
) 8034 #define USB_OTG_DOEPMSK_OTEPDM ((uint32_t)0x00000010
) 8035 #define USB_OTG_DOEPMSK_B2BSTUP ((uint32_t)0x00000040
) 8036 #define USB_OTG_DOEPMSK_OPEM ((uint32_t)0x00000100
) 8037 #define USB_OTG_DOEPMSK_BOIM ((uint32_t)0x00000200
) 8040 #define USB_OTG_GINTSTS_CMOD ((uint32_t)0x00000001
) 8041 #define USB_OTG_GINTSTS_MMIS ((uint32_t)0x00000002
) 8042 #define USB_OTG_GINTSTS_OTGINT ((uint32_t)0x00000004
) 8043 #define USB_OTG_GINTSTS_SOF ((uint32_t)0x00000008
) 8044 #define USB_OTG_GINTSTS_RXFLVL ((uint32_t)0x00000010
) 8045 #define USB_OTG_GINTSTS_NPTXFE ((uint32_t)0x00000020
) 8046 #define USB_OTG_GINTSTS_GINAKEFF ((uint32_t)0x00000040
) 8047 #define USB_OTG_GINTSTS_BOUTNAKEFF ((uint32_t)0x00000080
) 8048 #define USB_OTG_GINTSTS_ESUSP ((uint32_t)0x00000400
) 8049 #define USB_OTG_GINTSTS_USBSUSP ((uint32_t)0x00000800
) 8050 #define USB_OTG_GINTSTS_USBRST ((uint32_t)0x00001000
) 8051 #define USB_OTG_GINTSTS_ENUMDNE ((uint32_t)0x00002000
) 8052 #define USB_OTG_GINTSTS_ISOODRP ((uint32_t)0x00004000
) 8053 #define USB_OTG_GINTSTS_EOPF ((uint32_t)0x00008000
) 8054 #define USB_OTG_GINTSTS_IEPINT ((uint32_t)0x00040000
) 8055 #define USB_OTG_GINTSTS_OEPINT ((uint32_t)0x00080000
) 8056 #define USB_OTG_GINTSTS_IISOIXFR ((uint32_t)0x00100000
) 8057 #define USB_OTG_GINTSTS_PXFR_INCOMPISOOUT ((uint32_t)0x00200000
) 8058 #define USB_OTG_GINTSTS_DATAFSUSP ((uint32_t)0x00400000
) 8059 #define USB_OTG_GINTSTS_HPRTINT ((uint32_t)0x01000000
) 8060 #define USB_OTG_GINTSTS_HCINT ((uint32_t)0x02000000
) 8061 #define USB_OTG_GINTSTS_PTXFE ((uint32_t)0x04000000
) 8062 #define USB_OTG_GINTSTS_CIDSCHG ((uint32_t)0x10000000
) 8063 #define USB_OTG_GINTSTS_DISCINT ((uint32_t)0x20000000
) 8064 #define USB_OTG_GINTSTS_SRQINT ((uint32_t)0x40000000
) 8065 #define USB_OTG_GINTSTS_WKUINT ((uint32_t)0x80000000
) 8068 #define USB_OTG_GINTMSK_MMISM ((uint32_t)0x00000002
) 8069 #define USB_OTG_GINTMSK_OTGINT ((uint32_t)0x00000004
) 8070 #define USB_OTG_GINTMSK_SOFM ((uint32_t)0x00000008
) 8071 #define USB_OTG_GINTMSK_RXFLVLM ((uint32_t)0x00000010
) 8072 #define USB_OTG_GINTMSK_NPTXFEM ((uint32_t)0x00000020
) 8073 #define USB_OTG_GINTMSK_GINAKEFFM ((uint32_t)0x00000040
) 8074 #define USB_OTG_GINTMSK_GONAKEFFM ((uint32_t)0x00000080
) 8075 #define USB_OTG_GINTMSK_ESUSPM ((uint32_t)0x00000400
) 8076 #define USB_OTG_GINTMSK_USBSUSPM ((uint32_t)0x00000800
) 8077 #define USB_OTG_GINTMSK_USBRST ((uint32_t)0x00001000
) 8078 #define USB_OTG_GINTMSK_ENUMDNEM ((uint32_t)0x00002000
) 8079 #define USB_OTG_GINTMSK_ISOODRPM ((uint32_t)0x00004000
) 8080 #define USB_OTG_GINTMSK_EOPFM ((uint32_t)0x00008000
) 8081 #define USB_OTG_GINTMSK_EPMISM ((uint32_t)0x00020000
) 8082 #define USB_OTG_GINTMSK_IEPINT ((uint32_t)0x00040000
) 8083 #define USB_OTG_GINTMSK_OEPINT ((uint32_t)0x00080000
) 8084 #define USB_OTG_GINTMSK_IISOIXFRM ((uint32_t)0x00100000
) 8085 #define USB_OTG_GINTMSK_PXFRM_IISOOXFRM ((uint32_t)0x00200000
) 8086 #define USB_OTG_GINTMSK_FSUSPM ((uint32_t)0x00400000
) 8087 #define USB_OTG_GINTMSK_PRTIM ((uint32_t)0x01000000
) 8088 #define USB_OTG_GINTMSK_HCIM ((uint32_t)0x02000000
) 8089 #define USB_OTG_GINTMSK_PTXFEM ((uint32_t)0x04000000
) 8090 #define USB_OTG_GINTMSK_CIDSCHGM ((uint32_t)0x10000000
) 8091 #define USB_OTG_GINTMSK_DISCINT ((uint32_t)0x20000000
) 8092 #define USB_OTG_GINTMSK_SRQIM ((uint32_t)0x40000000
) 8093 #define USB_OTG_GINTMSK_WUIM ((uint32_t)0x80000000
) 8096 #define USB_OTG_DAINT_IEPINT ((uint32_t)0x0000FFFF
) 8097 #define USB_OTG_DAINT_OEPINT ((uint32_t)0xFFFF0000
) 8100 #define USB_OTG_HAINTMSK_HAINTM ((uint32_t)0x0000FFFF
) 8103 #define USB_OTG_GRXSTSP_EPNUM ((uint32_t)0x0000000F
) 8104 #define USB_OTG_GRXSTSP_BCNT ((uint32_t)0x00007FF0
) 8105 #define USB_OTG_GRXSTSP_DPID ((uint32_t)0x00018000
) 8106 #define USB_OTG_GRXSTSP_PKTSTS ((uint32_t)0x001E0000
) 8109 #define USB_OTG_DAINTMSK_IEPM ((uint32_t)0x0000FFFF
) 8110 #define USB_OTG_DAINTMSK_OEPM ((uint32_t)0xFFFF0000
) 8114 #define USB_OTG_CHNUM ((uint32_t)0x0000000F
) 8115 #define USB_OTG_CHNUM_0 ((uint32_t)0x00000001
) 8116 #define USB_OTG_CHNUM_1 ((uint32_t)0x00000002
) 8117 #define USB_OTG_CHNUM_2 ((uint32_t)0x00000004
) 8118 #define USB_OTG_CHNUM_3 ((uint32_t)0x00000008
) 8119 #define USB_OTG_BCNT ((uint32_t)0x00007FF0
) 8121 #define USB_OTG_DPID ((uint32_t)0x00018000
) 8122 #define USB_OTG_DPID_0 ((uint32_t)0x00008000
) 8123 #define USB_OTG_DPID_1 ((uint32_t)0x00010000
) 8125 #define USB_OTG_PKTSTS ((uint32_t)0x001E0000
) 8126 #define USB_OTG_PKTSTS_0 ((uint32_t)0x00020000
) 8127 #define USB_OTG_PKTSTS_1 ((uint32_t)0x00040000
) 8128 #define USB_OTG_PKTSTS_2 ((uint32_t)0x00080000
) 8129 #define USB_OTG_PKTSTS_3 ((uint32_t)0x00100000
) 8131 #define USB_OTG_EPNUM ((uint32_t)0x0000000F
) 8132 #define USB_OTG_EPNUM_0 ((uint32_t)0x00000001
) 8133 #define USB_OTG_EPNUM_1 ((uint32_t)0x00000002
) 8134 #define USB_OTG_EPNUM_2 ((uint32_t)0x00000004
) 8135 #define USB_OTG_EPNUM_3 ((uint32_t)0x00000008
) 8137 #define USB_OTG_FRMNUM ((uint32_t)0x01E00000
) 8138 #define USB_OTG_FRMNUM_0 ((uint32_t)0x00200000
) 8139 #define USB_OTG_FRMNUM_1 ((uint32_t)0x00400000
) 8140 #define USB_OTG_FRMNUM_2 ((uint32_t)0x00800000
) 8141 #define USB_OTG_FRMNUM_3 ((uint32_t)0x01000000
) 8145 #define USB_OTG_CHNUM ((uint32_t)0x0000000F
) 8146 #define USB_OTG_CHNUM_0 ((uint32_t)0x00000001
) 8147 #define USB_OTG_CHNUM_1 ((uint32_t)0x00000002
) 8148 #define USB_OTG_CHNUM_2 ((uint32_t)0x00000004
) 8149 #define USB_OTG_CHNUM_3 ((uint32_t)0x00000008
) 8150 #define USB_OTG_BCNT ((uint32_t)0x00007FF0
) 8152 #define USB_OTG_DPID ((uint32_t)0x00018000
) 8153 #define USB_OTG_DPID_0 ((uint32_t)0x00008000
) 8154 #define USB_OTG_DPID_1 ((uint32_t)0x00010000
) 8156 #define USB_OTG_PKTSTS ((uint32_t)0x001E0000
) 8157 #define USB_OTG_PKTSTS_0 ((uint32_t)0x00020000
) 8158 #define USB_OTG_PKTSTS_1 ((uint32_t)0x00040000
) 8159 #define USB_OTG_PKTSTS_2 ((uint32_t)0x00080000
) 8160 #define USB_OTG_PKTSTS_3 ((uint32_t)0x00100000
) 8162 #define USB_OTG_EPNUM ((uint32_t)0x0000000F
) 8163 #define USB_OTG_EPNUM_0 ((uint32_t)0x00000001
) 8164 #define USB_OTG_EPNUM_1 ((uint32_t)0x00000002
) 8165 #define USB_OTG_EPNUM_2 ((uint32_t)0x00000004
) 8166 #define USB_OTG_EPNUM_3 ((uint32_t)0x00000008
) 8168 #define USB_OTG_FRMNUM ((uint32_t)0x01E00000
) 8169 #define USB_OTG_FRMNUM_0 ((uint32_t)0x00200000
) 8170 #define USB_OTG_FRMNUM_1 ((uint32_t)0x00400000
) 8171 #define USB_OTG_FRMNUM_2 ((uint32_t)0x00800000
) 8172 #define USB_OTG_FRMNUM_3 ((uint32_t)0x01000000
) 8175 #define USB_OTG_GRXFSIZ_RXFD ((uint32_t)0x0000FFFF
) 8178 #define USB_OTG_DVBUSDIS_VBUSDT ((uint32_t)0x0000FFFF
) 8181 #define USB_OTG_NPTXFSA ((uint32_t)0x0000FFFF
) 8182 #define USB_OTG_NPTXFD ((uint32_t)0xFFFF0000
) 8183 #define USB_OTG_TX0FSA ((uint32_t)0x0000FFFF
) 8184 #define USB_OTG_TX0FD ((uint32_t)0xFFFF0000
) 8187 #define USB_OTG_DVBUSPULSE_DVBUSP ((uint32_t)0x00000FFF
) 8190 #define USB_OTG_GNPTXSTS_NPTXFSAV ((uint32_t)0x0000FFFF
) 8192 #define USB_OTG_GNPTXSTS_NPTQXSAV ((uint32_t)0x00FF0000
) 8193 #define USB_OTG_GNPTXSTS_NPTQXSAV_0 ((uint32_t)0x00010000
) 8194 #define USB_OTG_GNPTXSTS_NPTQXSAV_1 ((uint32_t)0x00020000
) 8195 #define USB_OTG_GNPTXSTS_NPTQXSAV_2 ((uint32_t)0x00040000
) 8196 #define USB_OTG_GNPTXSTS_NPTQXSAV_3 ((uint32_t)0x00080000
) 8197 #define USB_OTG_GNPTXSTS_NPTQXSAV_4 ((uint32_t)0x00100000
) 8198 #define USB_OTG_GNPTXSTS_NPTQXSAV_5 ((uint32_t)0x00200000
) 8199 #define USB_OTG_GNPTXSTS_NPTQXSAV_6 ((uint32_t)0x00400000
) 8200 #define USB_OTG_GNPTXSTS_NPTQXSAV_7 ((uint32_t)0x00800000
) 8202 #define USB_OTG_GNPTXSTS_NPTXQTOP ((uint32_t)0x7F000000
) 8203 #define USB_OTG_GNPTXSTS_NPTXQTOP_0 ((uint32_t)0x01000000
) 8204 #define USB_OTG_GNPTXSTS_NPTXQTOP_1 ((uint32_t)0x02000000
) 8205 #define USB_OTG_GNPTXSTS_NPTXQTOP_2 ((uint32_t)0x04000000
) 8206 #define USB_OTG_GNPTXSTS_NPTXQTOP_3 ((uint32_t)0x08000000
) 8207 #define USB_OTG_GNPTXSTS_NPTXQTOP_4 ((uint32_t)0x10000000
) 8208 #define USB_OTG_GNPTXSTS_NPTXQTOP_5 ((uint32_t)0x20000000
) 8209 #define USB_OTG_GNPTXSTS_NPTXQTOP_6 ((uint32_t)0x40000000
) 8212 #define USB_OTG_DTHRCTL_NONISOTHREN ((uint32_t)0x00000001
) 8213 #define USB_OTG_DTHRCTL_ISOTHREN ((uint32_t)0x00000002
) 8215 #define USB_OTG_DTHRCTL_TXTHRLEN ((uint32_t)0x000007FC
) 8216 #define USB_OTG_DTHRCTL_TXTHRLEN_0 ((uint32_t)0x00000004
) 8217 #define USB_OTG_DTHRCTL_TXTHRLEN_1 ((uint32_t)0x00000008
) 8218 #define USB_OTG_DTHRCTL_TXTHRLEN_2 ((uint32_t)0x00000010
) 8219 #define USB_OTG_DTHRCTL_TXTHRLEN_3 ((uint32_t)0x00000020
) 8220 #define USB_OTG_DTHRCTL_TXTHRLEN_4 ((uint32_t)0x00000040
) 8221 #define USB_OTG_DTHRCTL_TXTHRLEN_5 ((uint32_t)0x00000080
) 8222 #define USB_OTG_DTHRCTL_TXTHRLEN_6 ((uint32_t)0x00000100
) 8223 #define USB_OTG_DTHRCTL_TXTHRLEN_7 ((uint32_t)0x00000200
) 8224 #define USB_OTG_DTHRCTL_TXTHRLEN_8 ((uint32_t)0x00000400
) 8225 #define USB_OTG_DTHRCTL_RXTHREN ((uint32_t)0x00010000
) 8227 #define USB_OTG_DTHRCTL_RXTHRLEN ((uint32_t)0x03FE0000
) 8228 #define USB_OTG_DTHRCTL_RXTHRLEN_0 ((uint32_t)0x00020000
) 8229 #define USB_OTG_DTHRCTL_RXTHRLEN_1 ((uint32_t)0x00040000
) 8230 #define USB_OTG_DTHRCTL_RXTHRLEN_2 ((uint32_t)0x00080000
) 8231 #define USB_OTG_DTHRCTL_RXTHRLEN_3 ((uint32_t)0x00100000
) 8232 #define USB_OTG_DTHRCTL_RXTHRLEN_4 ((uint32_t)0x00200000
) 8233 #define USB_OTG_DTHRCTL_RXTHRLEN_5 ((uint32_t)0x00400000
) 8234 #define USB_OTG_DTHRCTL_RXTHRLEN_6 ((uint32_t)0x00800000
) 8235 #define USB_OTG_DTHRCTL_RXTHRLEN_7 ((uint32_t)0x01000000
) 8236 #define USB_OTG_DTHRCTL_RXTHRLEN_8 ((uint32_t)0x02000000
) 8237 #define USB_OTG_DTHRCTL_ARPEN ((uint32_t)0x08000000
) 8240 #define USB_OTG_DIEPEMPMSK_INEPTXFEM ((uint32_t)0x0000FFFF
) 8243 #define USB_OTG_DEACHINT_IEP1INT ((uint32_t)0x00000002
) 8244 #define USB_OTG_DEACHINT_OEP1INT ((uint32_t)0x00020000
) 8247 #define USB_OTG_GCCFG_PWRDWN ((uint32_t)0x00010000
) 8248 #define USB_OTG_GCCFG_I2CPADEN ((uint32_t)0x00020000
) 8249 #define USB_OTG_GCCFG_VBUSASEN ((uint32_t)0x00040000
) 8250 #define USB_OTG_GCCFG_VBUSBSEN ((uint32_t)0x00080000
) 8251 #define USB_OTG_GCCFG_SOFOUTEN ((uint32_t)0x00100000
) 8252 #define USB_OTG_GCCFG_NOVBUSSENS ((uint32_t)0x00200000
) 8255 #define USB_OTG_DEACHINTMSK_IEP1INTM ((uint32_t)0x00000002
) 8256 #define USB_OTG_DEACHINTMSK_OEP1INTM ((uint32_t)0x00020000
) 8259 #define USB_OTG_CID_PRODUCT_ID ((uint32_t)0xFFFFFFFF
) 8262 #define USB_OTG_DIEPEACHMSK1_XFRCM ((uint32_t)0x00000001
) 8263 #define USB_OTG_DIEPEACHMSK1_EPDM ((uint32_t)0x00000002
) 8264 #define USB_OTG_DIEPEACHMSK1_TOM ((uint32_t)0x00000008
) 8265 #define USB_OTG_DIEPEACHMSK1_ITTXFEMSK ((uint32_t)0x00000010
) 8266 #define USB_OTG_DIEPEACHMSK1_INEPNMM ((uint32_t)0x00000020
) 8267 #define USB_OTG_DIEPEACHMSK1_INEPNEM ((uint32_t)0x00000040
) 8268 #define USB_OTG_DIEPEACHMSK1_TXFURM ((uint32_t)0x00000100
) 8269 #define USB_OTG_DIEPEACHMSK1_BIM ((uint32_t)0x00000200
) 8270 #define USB_OTG_DIEPEACHMSK1_NAKM ((uint32_t)0x00002000
) 8273 #define USB_OTG_HPRT_PCSTS ((uint32_t)0x00000001
) 8274 #define USB_OTG_HPRT_PCDET ((uint32_t)0x00000002
) 8275 #define USB_OTG_HPRT_PENA ((uint32_t)0x00000004
) 8276 #define USB_OTG_HPRT_PENCHNG ((uint32_t)0x00000008
) 8277 #define USB_OTG_HPRT_POCA ((uint32_t)0x00000010
) 8278 #define USB_OTG_HPRT_POCCHNG ((uint32_t)0x00000020
) 8279 #define USB_OTG_HPRT_PRES ((uint32_t)0x00000040
) 8280 #define USB_OTG_HPRT_PSUSP ((uint32_t)0x00000080
) 8281 #define USB_OTG_HPRT_PRST ((uint32_t)0x00000100
) 8283 #define USB_OTG_HPRT_PLSTS ((uint32_t)0x00000C00
) 8284 #define USB_OTG_HPRT_PLSTS_0 ((uint32_t)0x00000400
) 8285 #define USB_OTG_HPRT_PLSTS_1 ((uint32_t)0x00000800
) 8286 #define USB_OTG_HPRT_PPWR ((uint32_t)0x00001000
) 8288 #define USB_OTG_HPRT_PTCTL ((uint32_t)0x0001E000
) 8289 #define USB_OTG_HPRT_PTCTL_0 ((uint32_t)0x00002000
) 8290 #define USB_OTG_HPRT_PTCTL_1 ((uint32_t)0x00004000
) 8291 #define USB_OTG_HPRT_PTCTL_2 ((uint32_t)0x00008000
) 8292 #define USB_OTG_HPRT_PTCTL_3 ((uint32_t)0x00010000
) 8294 #define USB_OTG_HPRT_PSPD ((uint32_t)0x00060000
) 8295 #define USB_OTG_HPRT_PSPD_0 ((uint32_t)0x00020000
) 8296 #define USB_OTG_HPRT_PSPD_1 ((uint32_t)0x00040000
) 8299 #define USB_OTG_DOEPEACHMSK1_XFRCM ((uint32_t)0x00000001
) 8300 #define USB_OTG_DOEPEACHMSK1_EPDM ((uint32_t)0x00000002
) 8301 #define USB_OTG_DOEPEACHMSK1_TOM ((uint32_t)0x00000008
) 8302 #define USB_OTG_DOEPEACHMSK1_ITTXFEMSK ((uint32_t)0x00000010
) 8303 #define USB_OTG_DOEPEACHMSK1_INEPNMM ((uint32_t)0x00000020
) 8304 #define USB_OTG_DOEPEACHMSK1_INEPNEM ((uint32_t)0x00000040
) 8305 #define USB_OTG_DOEPEACHMSK1_TXFURM ((uint32_t)0x00000100
) 8306 #define USB_OTG_DOEPEACHMSK1_BIM ((uint32_t)0x00000200
) 8307 #define USB_OTG_DOEPEACHMSK1_BERRM ((uint32_t)0x00001000
) 8308 #define USB_OTG_DOEPEACHMSK1_NAKM ((uint32_t)0x00002000
) 8309 #define USB_OTG_DOEPEACHMSK1_NYETM ((uint32_t)0x00004000
) 8312 #define USB_OTG_HPTXFSIZ_PTXSA ((uint32_t)0x0000FFFF
) 8313 #define USB_OTG_HPTXFSIZ_PTXFD ((uint32_t)0xFFFF0000
) 8316 #define USB_OTG_DIEPCTL_MPSIZ ((uint32_t)0x000007FF
) 8317 #define USB_OTG_DIEPCTL_USBAEP ((uint32_t)0x00008000
) 8318 #define USB_OTG_DIEPCTL_EONUM_DPID ((uint32_t)0x00010000
) 8319 #define USB_OTG_DIEPCTL_NAKSTS ((uint32_t)0x00020000
) 8321 #define USB_OTG_DIEPCTL_EPTYP ((uint32_t)0x000C0000
) 8322 #define USB_OTG_DIEPCTL_EPTYP_0 ((uint32_t)0x00040000
) 8323 #define USB_OTG_DIEPCTL_EPTYP_1 ((uint32_t)0x00080000
) 8324 #define USB_OTG_DIEPCTL_STALL ((uint32_t)0x00200000
) 8326 #define USB_OTG_DIEPCTL_TXFNUM ((uint32_t)0x03C00000
) 8327 #define USB_OTG_DIEPCTL_TXFNUM_0 ((uint32_t)0x00400000
) 8328 #define USB_OTG_DIEPCTL_TXFNUM_1 ((uint32_t)0x00800000
) 8329 #define USB_OTG_DIEPCTL_TXFNUM_2 ((uint32_t)0x01000000
) 8330 #define USB_OTG_DIEPCTL_TXFNUM_3 ((uint32_t)0x02000000
) 8331 #define USB_OTG_DIEPCTL_CNAK ((uint32_t)0x04000000
) 8332 #define USB_OTG_DIEPCTL_SNAK ((uint32_t)0x08000000
) 8333 #define USB_OTG_DIEPCTL_SD0PID_SEVNFRM ((uint32_t)0x10000000
) 8334 #define USB_OTG_DIEPCTL_SODDFRM ((uint32_t)0x20000000
) 8335 #define USB_OTG_DIEPCTL_EPDIS ((uint32_t)0x40000000
) 8336 #define USB_OTG_DIEPCTL_EPENA ((uint32_t)0x80000000
) 8339 #define USB_OTG_HCCHAR_MPSIZ ((uint32_t)0x000007FF
) 8341 #define USB_OTG_HCCHAR_EPNUM ((uint32_t)0x00007800
) 8342 #define USB_OTG_HCCHAR_EPNUM_0 ((uint32_t)0x00000800
) 8343 #define USB_OTG_HCCHAR_EPNUM_1 ((uint32_t)0x00001000
) 8344 #define USB_OTG_HCCHAR_EPNUM_2 ((uint32_t)0x00002000
) 8345 #define USB_OTG_HCCHAR_EPNUM_3 ((uint32_t)0x00004000
) 8346 #define USB_OTG_HCCHAR_EPDIR ((uint32_t)0x00008000
) 8347 #define USB_OTG_HCCHAR_LSDEV ((uint32_t)0x00020000
) 8349 #define USB_OTG_HCCHAR_EPTYP ((uint32_t)0x000C0000
) 8350 #define USB_OTG_HCCHAR_EPTYP_0 ((uint32_t)0x00040000
) 8351 #define USB_OTG_HCCHAR_EPTYP_1 ((uint32_t)0x00080000
) 8353 #define USB_OTG_HCCHAR_MC ((uint32_t)0x00300000
) 8354 #define USB_OTG_HCCHAR_MC_0 ((uint32_t)0x00100000
) 8355 #define USB_OTG_HCCHAR_MC_1 ((uint32_t)0x00200000
) 8357 #define USB_OTG_HCCHAR_DAD ((uint32_t)0x1FC00000
) 8358 #define USB_OTG_HCCHAR_DAD_0 ((uint32_t)0x00400000
) 8359 #define USB_OTG_HCCHAR_DAD_1 ((uint32_t)0x00800000
) 8360 #define USB_OTG_HCCHAR_DAD_2 ((uint32_t)0x01000000
) 8361 #define USB_OTG_HCCHAR_DAD_3 ((uint32_t)0x02000000
) 8362 #define USB_OTG_HCCHAR_DAD_4 ((uint32_t)0x04000000
) 8363 #define USB_OTG_HCCHAR_DAD_5 ((uint32_t)0x08000000
) 8364 #define USB_OTG_HCCHAR_DAD_6 ((uint32_t)0x10000000
) 8365 #define USB_OTG_HCCHAR_ODDFRM ((uint32_t)0x20000000
) 8366 #define USB_OTG_HCCHAR_CHDIS ((uint32_t)0x40000000
) 8367 #define USB_OTG_HCCHAR_CHENA ((uint32_t)0x80000000
) 8371 #define USB_OTG_HCSPLT_PRTADDR ((uint32_t)0x0000007F
) 8372 #define USB_OTG_HCSPLT_PRTADDR_0 ((uint32_t)0x00000001
) 8373 #define USB_OTG_HCSPLT_PRTADDR_1 ((uint32_t)0x00000002
) 8374 #define USB_OTG_HCSPLT_PRTADDR_2 ((uint32_t)0x00000004
) 8375 #define USB_OTG_HCSPLT_PRTADDR_3 ((uint32_t)0x00000008
) 8376 #define USB_OTG_HCSPLT_PRTADDR_4 ((uint32_t)0x00000010
) 8377 #define USB_OTG_HCSPLT_PRTADDR_5 ((uint32_t)0x00000020
) 8378 #define USB_OTG_HCSPLT_PRTADDR_6 ((uint32_t)0x00000040
) 8380 #define USB_OTG_HCSPLT_HUBADDR ((uint32_t)0x00003F80
) 8381 #define USB_OTG_HCSPLT_HUBADDR_0 ((uint32_t)0x00000080
) 8382 #define USB_OTG_HCSPLT_HUBADDR_1 ((uint32_t)0x00000100
) 8383 #define USB_OTG_HCSPLT_HUBADDR_2 ((uint32_t)0x00000200
) 8384 #define USB_OTG_HCSPLT_HUBADDR_3 ((uint32_t)0x00000400
) 8385 #define USB_OTG_HCSPLT_HUBADDR_4 ((uint32_t)0x00000800
) 8386 #define USB_OTG_HCSPLT_HUBADDR_5 ((uint32_t)0x00001000
) 8387 #define USB_OTG_HCSPLT_HUBADDR_6 ((uint32_t)0x00002000
) 8389 #define USB_OTG_HCSPLT_XACTPOS ((uint32_t)0x0000C000
) 8390 #define USB_OTG_HCSPLT_XACTPOS_0 ((uint32_t)0x00004000
) 8391 #define USB_OTG_HCSPLT_XACTPOS_1 ((uint32_t)0x00008000
) 8392 #define USB_OTG_HCSPLT_COMPLSPLT ((uint32_t)0x00010000
) 8393 #define USB_OTG_HCSPLT_SPLITEN ((uint32_t)0x80000000
) 8396 #define USB_OTG_HCINT_XFRC ((uint32_t)0x00000001
) 8397 #define USB_OTG_HCINT_CHH ((uint32_t)0x00000002
) 8398 #define USB_OTG_HCINT_AHBERR ((uint32_t)0x00000004
) 8399 #define USB_OTG_HCINT_STALL ((uint32_t)0x00000008
) 8400 #define USB_OTG_HCINT_NAK ((uint32_t)0x00000010
) 8401 #define USB_OTG_HCINT_ACK ((uint32_t)0x00000020
) 8402 #define USB_OTG_HCINT_NYET ((uint32_t)0x00000040
) 8403 #define USB_OTG_HCINT_TXERR ((uint32_t)0x00000080
) 8404 #define USB_OTG_HCINT_BBERR ((uint32_t)0x00000100
) 8405 #define USB_OTG_HCINT_FRMOR ((uint32_t)0x00000200
) 8406 #define USB_OTG_HCINT_DTERR ((uint32_t)0x00000400
) 8409 #define USB_OTG_DIEPINT_XFRC ((uint32_t)0x00000001
) 8410 #define USB_OTG_DIEPINT_EPDISD ((uint32_t)0x00000002
) 8411 #define USB_OTG_DIEPINT_TOC ((uint32_t)0x00000008
) 8412 #define USB_OTG_DIEPINT_ITTXFE ((uint32_t)0x00000010
) 8413 #define USB_OTG_DIEPINT_INEPNE ((uint32_t)0x00000040
) 8414 #define USB_OTG_DIEPINT_TXFE ((uint32_t)0x00000080
) 8415 #define USB_OTG_DIEPINT_TXFIFOUDRN ((uint32_t)0x00000100
) 8416 #define USB_OTG_DIEPINT_BNA ((uint32_t)0x00000200
) 8417 #define USB_OTG_DIEPINT_PKTDRPSTS ((uint32_t)0x00000800
) 8418 #define USB_OTG_DIEPINT_BERR ((uint32_t)0x00001000
) 8419 #define USB_OTG_DIEPINT_NAK ((uint32_t)0x00002000
) 8422 #define USB_OTG_HCINTMSK_XFRCM ((uint32_t)0x00000001
) 8423 #define USB_OTG_HCINTMSK_CHHM ((uint32_t)0x00000002
) 8424 #define USB_OTG_HCINTMSK_AHBERR ((uint32_t)0x00000004
) 8425 #define USB_OTG_HCINTMSK_STALLM ((uint32_t)0x00000008
) 8426 #define USB_OTG_HCINTMSK_NAKM ((uint32_t)0x00000010
) 8427 #define USB_OTG_HCINTMSK_ACKM ((uint32_t)0x00000020
) 8428 #define USB_OTG_HCINTMSK_NYET ((uint32_t)0x00000040
) 8429 #define USB_OTG_HCINTMSK_TXERRM ((uint32_t)0x00000080
) 8430 #define USB_OTG_HCINTMSK_BBERRM ((uint32_t)0x00000100
) 8431 #define USB_OTG_HCINTMSK_FRMORM ((uint32_t)0x00000200
) 8432 #define USB_OTG_HCINTMSK_DTERRM ((uint32_t)0x00000400
) 8436 #define USB_OTG_DIEPTSIZ_XFRSIZ ((uint32_t)0x0007FFFF
) 8437 #define USB_OTG_DIEPTSIZ_PKTCNT ((uint32_t)0x1FF80000
) 8438 #define USB_OTG_DIEPTSIZ_MULCNT ((uint32_t)0x60000000
) 8440 #define USB_OTG_HCTSIZ_XFRSIZ ((uint32_t)0x0007FFFF
) 8441 #define USB_OTG_HCTSIZ_PKTCNT ((uint32_t)0x1FF80000
) 8442 #define USB_OTG_HCTSIZ_DOPING ((uint32_t)0x80000000
) 8443 #define USB_OTG_HCTSIZ_DPID ((uint32_t)0x60000000
) 8444 #define USB_OTG_HCTSIZ_DPID_0 ((uint32_t)0x20000000
) 8445 #define USB_OTG_HCTSIZ_DPID_1 ((uint32_t)0x40000000
) 8448 #define USB_OTG_DIEPDMA_DMAADDR ((uint32_t)0xFFFFFFFF
) 8451 #define USB_OTG_HCDMA_DMAADDR ((uint32_t)0xFFFFFFFF
) 8454 #define USB_OTG_DTXFSTS_INEPTFSAV ((uint32_t)0x0000FFFF
) 8457 #define USB_OTG_DIEPTXF_INEPTXSA ((uint32_t)0x0000FFFF
) 8458 #define USB_OTG_DIEPTXF_INEPTXFD ((uint32_t)0xFFFF0000
) 8462 #define USB_OTG_DOEPCTL_MPSIZ ((uint32_t)0x000007FF
) 8463 #define USB_OTG_DOEPCTL_USBAEP ((uint32_t)0x00008000
) 8464 #define USB_OTG_DOEPCTL_NAKSTS ((uint32_t)0x00020000
) 8465 #define USB_OTG_DOEPCTL_SD0PID_SEVNFRM ((uint32_t)0x10000000
) 8466 #define USB_OTG_DOEPCTL_SODDFRM ((uint32_t)0x20000000
) 8467 #define USB_OTG_DOEPCTL_EPTYP ((uint32_t)0x000C0000
) 8468 #define USB_OTG_DOEPCTL_EPTYP_0 ((uint32_t)0x00040000
) 8469 #define USB_OTG_DOEPCTL_EPTYP_1 ((uint32_t)0x00080000
) 8470 #define USB_OTG_DOEPCTL_SNPM ((uint32_t)0x00100000
) 8471 #define USB_OTG_DOEPCTL_STALL ((uint32_t)0x00200000
) 8472 #define USB_OTG_DOEPCTL_CNAK ((uint32_t)0x04000000
) 8473 #define USB_OTG_DOEPCTL_SNAK ((uint32_t)0x08000000
) 8474 #define USB_OTG_DOEPCTL_EPDIS ((uint32_t)0x40000000
) 8475 #define USB_OTG_DOEPCTL_EPENA ((uint32_t)0x80000000
) 8478 #define USB_OTG_DOEPINT_XFRC ((uint32_t)0x00000001
) 8479 #define USB_OTG_DOEPINT_EPDISD ((uint32_t)0x00000002
) 8480 #define USB_OTG_DOEPINT_STUP ((uint32_t)0x00000008
) 8481 #define USB_OTG_DOEPINT_OTEPDIS ((uint32_t)0x00000010
) 8482 #define USB_OTG_DOEPINT_B2BSTUP ((uint32_t)0x00000040
) 8483 #define USB_OTG_DOEPINT_NYET ((uint32_t)0x00004000
) 8487 #define USB_OTG_DOEPTSIZ_XFRSIZ ((uint32_t)0x0007FFFF
) 8488 #define USB_OTG_DOEPTSIZ_PKTCNT ((uint32_t)0x1FF80000
) 8490 #define USB_OTG_DOEPTSIZ_STUPCNT ((uint32_t)0x60000000
) 8491 #define USB_OTG_DOEPTSIZ_STUPCNT_0 ((uint32_t)0x20000000
) 8492 #define USB_OTG_DOEPTSIZ_STUPCNT_1 ((uint32_t)0x40000000
) 8495 #define USB_OTG_PCGCCTL_STOPCLK ((uint32_t)0x00000001
) 8496 #define USB_OTG_PCGCCTL_GATECLK ((uint32_t)0x00000002
) 8497 #define USB_OTG_PCGCCTL_PHYSUSP ((uint32_t)0x00000010
) 8513 #define IS_ADC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == ADC1) || 8514 ((INSTANCE) == ADC2) || 8515 ((INSTANCE) == ADC3)) 8518 #define IS_CAN_ALL_INSTANCE(INSTANCE) (((INSTANCE) == CAN1) || 8519 ((INSTANCE) == CAN2)) 8522 #define IS_CRC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CRC) 8525 #define IS_DAC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == DAC) 8528 #define IS_DCMI_ALL_INSTANCE(INSTANCE) ((INSTANCE) == DCMI) 8531 #define IS_DMA2D_ALL_INSTANCE(INSTANCE) ((INSTANCE) == DMA2D) 8534 #define IS_DMA_STREAM_ALL_INSTANCE(INSTANCE) (((INSTANCE) == DMA1_Stream0) || 8552 #define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || 8553 ((INSTANCE) == GPIOB) || 8554 ((INSTANCE) == GPIOC) || 8555 ((INSTANCE) == GPIOD) || 8556 ((INSTANCE) == GPIOE) || 8557 ((INSTANCE) == GPIOF) || 8558 ((INSTANCE) == GPIOG) || 8559 ((INSTANCE) == GPIOH) || 8560 ((INSTANCE) == GPIOI) || 8561 ((INSTANCE) == GPIOJ) || 8562 ((INSTANCE) == GPIOK)) 8565 #define IS_I2C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I2C1) || 8566 ((INSTANCE) == I2C2) || 8567 ((INSTANCE) == I2C3)) 8570 #define IS_I2S_INSTANCE(INSTANCE) (((INSTANCE) == SPI2) || 8571 ((INSTANCE) == SPI3)) 8574 #define IS_I2S_INSTANCE_EXT(PERIPH) (((INSTANCE) == SPI2) || 8575 ((INSTANCE) == SPI3) || 8580 #define IS_LTDC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == LTDC) 8583 #define IS_RNG_ALL_INSTANCE(INSTANCE) ((INSTANCE) == RNG) 8586 #define IS_RTC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == RTC) 8593 #define IS_SPI_ALL_INSTANCE(INSTANCE) (((INSTANCE) == SPI1) || 8594 ((INSTANCE) == SPI2) || 8595 ((INSTANCE) == SPI3) || 8596 ((INSTANCE) == SPI4) || 8597 ((INSTANCE) == SPI5) || 8598 ((INSTANCE) == SPI6)) 8601 #define IS_SPI_ALL_INSTANCE_EXT(INSTANCE) (((INSTANCE) == SPI1) || 8602 ((INSTANCE) == SPI2) || 8603 ((INSTANCE) == SPI3) || 8604 ((INSTANCE) == SPI4) || 8605 ((INSTANCE) == SPI5) || 8606 ((INSTANCE) == SPI6) || 8611 #define IS_TIM_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8612 ((INSTANCE) == TIM2) || 8613 ((INSTANCE) == TIM3) || 8614 ((INSTANCE) == TIM4) || 8615 ((INSTANCE) == TIM5) || 8616 ((INSTANCE) == TIM6) || 8617 ((INSTANCE) == TIM7) || 8618 ((INSTANCE) == TIM8) || 8619 ((INSTANCE) == TIM9) || 8620 ((INSTANCE) == TIM10) || 8621 ((INSTANCE) == TIM11) || 8622 ((INSTANCE) == TIM12) || 8623 ((INSTANCE) == TIM13) || 8624 ((INSTANCE) == TIM14)) 8627 #define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8628 ((INSTANCE) == TIM2) || 8629 ((INSTANCE) == TIM3) || 8630 ((INSTANCE) == TIM4) || 8631 ((INSTANCE) == TIM5) || 8632 ((INSTANCE) == TIM8) || 8633 ((INSTANCE) == TIM9) || 8634 ((INSTANCE) == TIM10) || 8635 ((INSTANCE) == TIM11) || 8636 ((INSTANCE) == TIM12) || 8637 ((INSTANCE) == TIM13) || 8638 ((INSTANCE) == TIM14)) 8641 #define IS_TIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8642 ((INSTANCE) == TIM2) || 8643 ((INSTANCE) == TIM3) || 8644 ((INSTANCE) == TIM4) || 8645 ((INSTANCE) == TIM5) || 8646 ((INSTANCE) == TIM8) || 8647 ((INSTANCE) == TIM9) || 8648 ((INSTANCE) == TIM12)) 8651 #define IS_TIM_CC3_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8652 ((INSTANCE) == TIM2) || 8653 ((INSTANCE) == TIM3) || 8654 ((INSTANCE) == TIM4) || 8655 ((INSTANCE) == TIM5) || 8656 ((INSTANCE) == TIM8)) 8659 #define IS_TIM_CC4_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8660 ((INSTANCE) == TIM2) || 8661 ((INSTANCE) == TIM3) || 8662 ((INSTANCE) == TIM4) || 8663 ((INSTANCE) == TIM5) || 8664 ((INSTANCE) == TIM8)) 8667 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8668 ((INSTANCE) == TIM8)) 8671 #define IS_TIM_XOR_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8672 ((INSTANCE) == TIM2) || 8673 ((INSTANCE) == TIM3) || 8674 ((INSTANCE) == TIM4) || 8675 ((INSTANCE) == TIM5) || 8676 ((INSTANCE) == TIM8)) 8679 #define IS_TIM_DMA_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8680 ((INSTANCE) == TIM2) || 8681 ((INSTANCE) == TIM3) || 8682 ((INSTANCE) == TIM4) || 8683 ((INSTANCE) == TIM5) || 8684 ((INSTANCE) == TIM6) || 8685 ((INSTANCE) == TIM7) || 8686 ((INSTANCE) == TIM8)) 8689 #define IS_TIM_DMA_CC_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8690 ((INSTANCE) == TIM2) || 8691 ((INSTANCE) == TIM3) || 8692 ((INSTANCE) == TIM4) || 8693 ((INSTANCE) == TIM5) || 8694 ((INSTANCE) == TIM8)) 8697 #define IS_TIM_CCDMA_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8698 ((INSTANCE) == TIM2) || 8699 ((INSTANCE) == TIM3) || 8700 ((INSTANCE) == TIM4) || 8701 ((INSTANCE) == TIM5) || 8702 ((INSTANCE) == TIM8)) 8705 #define IS_TIM_DMABURST_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8706 ((INSTANCE) == TIM2) || 8707 ((INSTANCE) == TIM3) || 8708 ((INSTANCE) == TIM4) || 8709 ((INSTANCE) == TIM5) || 8710 ((INSTANCE) == TIM8)) 8713 #define IS_TIM_MASTER_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8714 ((INSTANCE) == TIM2) || 8715 ((INSTANCE) == TIM3) || 8716 ((INSTANCE) == TIM4) || 8717 ((INSTANCE) == TIM5) || 8718 ((INSTANCE) == TIM6) || 8719 ((INSTANCE) == TIM7) || 8720 ((INSTANCE) == TIM8) || 8721 ((INSTANCE) == TIM9) || 8722 ((INSTANCE) == TIM12)) 8725 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8726 ((INSTANCE) == TIM2) || 8727 ((INSTANCE) == TIM3) || 8728 ((INSTANCE) == TIM4) || 8729 ((INSTANCE) == TIM5) || 8730 ((INSTANCE) == TIM8) || 8731 ((INSTANCE) == TIM9) || 8732 ((INSTANCE) == TIM12)) 8735 #define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE)(((INSTANCE) == TIM2) || 8736 ((INSTANCE) == TIM5)) 8739 #define IS_TIM_ETR_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || 8740 ((INSTANCE) == TIM2) || 8741 ((INSTANCE) == TIM3) || 8742 ((INSTANCE) == TIM4) || 8743 ((INSTANCE) == TIM5) || 8744 ((INSTANCE) == TIM8)) 8747 #define IS_TIM_REMAP_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || 8748 ((INSTANCE) == TIM5) || 8749 ((INSTANCE) == TIM11)) 8752 #define IS_TIM_CCX_INSTANCE(INSTANCE, CHANNEL) 8753 ((((INSTANCE) == TIM1) && 8754 (((CHANNEL) == TIM_CHANNEL_1) || 8755 ((CHANNEL) == TIM_CHANNEL_2) || 8756 ((CHANNEL) == TIM_CHANNEL_3) || 8757 ((CHANNEL) == TIM_CHANNEL_4))) 8759 (((INSTANCE) == TIM2) && 8760 (((CHANNEL) == TIM_CHANNEL_1) || 8761 ((CHANNEL) == TIM_CHANNEL_2) || 8762 ((CHANNEL) == TIM_CHANNEL_3) || 8763 ((CHANNEL) == TIM_CHANNEL_4))) 8765 (((INSTANCE) == TIM3) && 8766 (((CHANNEL) == TIM_CHANNEL_1) || 8767 ((CHANNEL) == TIM_CHANNEL_2) || 8768 ((CHANNEL) == TIM_CHANNEL_3) || 8769 ((CHANNEL) == TIM_CHANNEL_4))) 8771 (((INSTANCE) == TIM4) && 8772 (((CHANNEL) == TIM_CHANNEL_1) || 8773 ((CHANNEL) == TIM_CHANNEL_2) || 8774 ((CHANNEL) == TIM_CHANNEL_3) || 8775 ((CHANNEL) == TIM_CHANNEL_4))) 8777 (((INSTANCE) == TIM5) && 8778 (((CHANNEL) == TIM_CHANNEL_1) || 8779 ((CHANNEL) == TIM_CHANNEL_2) || 8780 ((CHANNEL) == TIM_CHANNEL_3) || 8781 ((CHANNEL) == TIM_CHANNEL_4))) 8783 (((INSTANCE) == TIM8) && 8784 (((CHANNEL) == TIM_CHANNEL_1) || 8785 ((CHANNEL) == TIM_CHANNEL_2) || 8786 ((CHANNEL) == TIM_CHANNEL_3) || 8787 ((CHANNEL) == TIM_CHANNEL_4))) 8789 (((INSTANCE) == TIM9) && 8790 (((CHANNEL) == TIM_CHANNEL_1) || 8791 ((CHANNEL) == TIM_CHANNEL_2))) 8793 (((INSTANCE) == TIM10) && 8794 (((CHANNEL) == TIM_CHANNEL_1))) 8796 (((INSTANCE) == TIM11) && 8797 (((CHANNEL) == TIM_CHANNEL_1))) 8799 (((INSTANCE) == TIM12) && 8800 (((CHANNEL) == TIM_CHANNEL_1) || 8801 ((CHANNEL) == TIM_CHANNEL_2))) 8803 (((INSTANCE) == TIM13) && 8804 (((CHANNEL) == TIM_CHANNEL_1))) 8806 (((INSTANCE) == TIM14) && 8807 (((CHANNEL) == TIM_CHANNEL_1)))) 8810 #define IS_TIM_CCXN_INSTANCE(INSTANCE, CHANNEL) 8811 ((((INSTANCE) == TIM1) && 8812 (((CHANNEL) == TIM_CHANNEL_1) || 8813 ((CHANNEL) == TIM_CHANNEL_2) || 8814 ((CHANNEL) == TIM_CHANNEL_3))) 8816 (((INSTANCE) == TIM8) && 8817 (((CHANNEL) == TIM_CHANNEL_1) || 8818 ((CHANNEL) == TIM_CHANNEL_2) || 8819 ((CHANNEL) == TIM_CHANNEL_3)))) 8822 #define IS_USART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || 8823 ((INSTANCE) == USART2) || 8824 ((INSTANCE) == USART3) || 8828 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || 8829 ((INSTANCE) == USART2) || 8830 ((INSTANCE) == USART3) || 8831 ((INSTANCE) == UART4) || 8832 ((INSTANCE) == UART5) || 8833 ((INSTANCE) == USART6) || 8834 ((INSTANCE) == UART7) || 8835 ((INSTANCE) == UART8)) 8838 #define IS_UART_HWFLOW_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || 8839 ((INSTANCE) == USART2) || 8840 ((INSTANCE) == USART3) || 8844 #define IS_SMARTCARD_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || 8845 ((INSTANCE) == USART2) || 8846 ((INSTANCE) == USART3) || 8850 #define IS_IRDA_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || 8851 ((INSTANCE) == USART2) || 8852 ((INSTANCE) == USART3) || 8853 ((INSTANCE) == UART4) || 8854 ((INSTANCE) == UART5) || 8855 ((INSTANCE) == USART6) || 8856 ((INSTANCE) == UART7) || 8857 ((INSTANCE) == UART8)) 8860 #define IS_IWDG_ALL_INSTANCE(INSTANCE) ((INSTANCE) == IWDG) 8863 #define IS_WWDG_ALL_INSTANCE(INSTANCE) ((INSTANCE) == WWDG)
#define DMA1_Stream7_BASE
#define SAI1_Block_B_BASE
#define DBGMCU_APB1_FZ_DBG_IWDG_STOP
CAN_TxMailBox_TypeDef sTxMailBox[3]
#define FMC_Bank5_6_R_BASE
#define DMA2_Stream1_BASE
#define DMA1_Stream1_BASE
__IO uint32_t BGCLUT[256]
#define DMA2_Stream0_BASE
#define DMA2_Stream7_BASE
#define SAI1_Block_A_BASE
__IO uint32_t DIEPTXF[0x0F]
#define DMA1_Stream2_BASE
#define RCC_APB2RSTR_SPI1RST
CAN_FIFOMailBox_TypeDef sFIFOMailBox[2]
#define DMA2_Stream3_BASE
#define DMA1_Stream3_BASE
#define DMA1_Stream0_BASE
#define DMA1_Stream5_BASE
#define DMA1_Stream6_BASE
#define DMA2_Stream5_BASE
#define FMC_Bank2_3_R_BASE
#define DMA2_Stream4_BASE
#define DMA1_Stream4_BASE
#define USB_OTG_HS_PERIPH_BASE
CAN_FilterRegister_TypeDef sFilterRegister[28]
#define DMA2_Stream6_BASE
#define FMC_Bank1E_R_BASE
#define USB_OTG_FS_PERIPH_BASE
#define DMA2_Stream2_BASE
#define SYSCFG_PMC_MII_RMII_SEL